Html Css Color HEX #262CCC Persian Blue

📋 copy color: '#262CCC'

red 38 ◦ green 44 ◦ blue 204

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

Shades of Persian Blue #262CCC

Tints of Persian Blue #262CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.38%

 BLUE value IS 204 (80.08% from 255) = 71.33%

R = 13.29%
G = 15.38%
B = 71.33%

CMYK

 C value IS 0.81

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#262CCC (or 0x262CCC) is known color: Persian Blue. HEX triplet: 26, 2C and CC. RGB value is (38,44,204). Sum of RGB (Red+Green+Blue) = 38+44+204=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #262CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262CCC is #D9D333. Grayscale: #3B3B3B. Windows color (decimal): -14275380 or 13380646. OLE color: 13380646.

HSL color Cylindrical-coordinate representation of color #262CCC: hue angle of 237.83º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #262CCC is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 44 204 -
CMYK 0.81 0.78 0 0.2
HSL 237.83º 0.69% 0.47% -
HSV(B) 237.83º 0.81% 0.8% -
XYZ 12.6 6.57 57.73 -
YUV 60.45 209.01 111.99 -
System Red Green Blue C M Y K H S L
Decimal 38 44 204 0.81 0.78 0 0.2 237.83 0.69 0.47
Hex 26 2C CC 51 4E 0 14 EE 45 2F
Octal 46 54 314 121 116 0 24 356 105 57
Binary 100110 101100 11001100 1010001 1001110 0 10100 11101110 1000101 101111

Color Harmonies of #262CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262CCC

Black with #262CCC

Text Example


Text Example

White with #262CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262CCC; }

 p { color: rgb(38,44,204); }

 H1.HeaderClassName
 {
   color: #262CCC;
 }
 .AnyTagClassName
 {
   color: #262CCC;
 }
</style>

background-color css

<style>
 a { background-color: #262CCC; }

 a { background-color: rgb(38,44,204); }

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

border-color css

<style>
 span { border-color: #262CCC; }

 span { border-color: rgb(38,44,204); }

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