Html Css Color HEX #263BBC Persian Blue

📋 copy color: '#263BBC'

red 38 ◦ green 59 ◦ blue 188

#263BBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #263BBC

Tints of Persian Blue #263BBC

RGB

 RED value IS 38 (15.23% from 255) = 13.33%

 GREEN value IS 59 (23.44% from 255) = 20.7%

 BLUE value IS 188 (73.83% from 255) = 65.96%

R = 13.33%
G = 20.7%
B = 65.96%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#263BBC (or 0x263BBC) is known color: Persian Blue. HEX triplet: 26, 3B and BC. RGB value is (38,59,188). Sum of RGB (Red+Green+Blue) = 38+59+188=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #263BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BBC is #D9C443. Grayscale: #424242. Windows color (decimal): -14271556 or 12335910. OLE color: 12335910.

HSL color Cylindrical-coordinate representation of color #263BBC: hue angle of 231.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #263BBC is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 59 188 -
CMYK 0.80 0.69 0 0.26
HSL 231.6º 0.66% 0.44% -
HSV(B) 231.6º 0.8% 0.74% -
XYZ 11.44 7.17 48.36 -
YUV 67.43 196.04 107.01 -
System Red Green Blue C M Y K H S L
Decimal 38 59 188 0.80 0.69 0 0.26 231.6 0.66 0.44
Hex 26 3B BC 50 45 0 1A E8 42 2C
Octal 46 73 274 120 105 0 32 350 102 54
Binary 100110 111011 10111100 1010000 1000101 0 11010 11101000 1000010 101100

Color Harmonies of #263BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263BBC

Black with #263BBC

Text Example


Text Example

White with #263BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263BBC; }

 p { color: rgb(38,59,188); }

 H1.HeaderClassName
 {
   color: #263BBC;
 }
 .AnyTagClassName
 {
   color: #263BBC;
 }
</style>

background-color css

<style>
 a { background-color: #263BBC; }

 a { background-color: rgb(38,59,188); }

 div.DivClassName
 {
   background-color: #263BBC;
 }
 .BgClassName
 {
   background-color: #263BBC;
 }
</style>

border-color css

<style>
 span { border-color: #263BBC; }

 span { border-color: rgb(38,59,188); }

 td.TdClassName
 {
   border-color: #263BBC;
 }
 .TagClassName
 {
   border-color: #263BBC;
 }
</style>