Html Css Color HEX #262ACC Persian Blue

📋 copy color: '#262ACC'

red 38 ◦ green 42 ◦ blue 204

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

Shades of Persian Blue #262ACC

Tints of Persian Blue #262ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.79%

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

R = 13.38%
G = 14.79%
B = 71.83%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#262ACC (or 0x262ACC) is known color: Persian Blue. HEX triplet: 26, 2A and CC. RGB value is (38,42,204). Sum of RGB (Red+Green+Blue) = 38+42+204=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 204 (80.08% from 255 or 71.83% from 284); Max value from RGB is 204 - color contains mainly: blue. Hex color #262ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262ACC is #D9D533. Grayscale: #3A3A3A. Windows color (decimal): -14275892 or 13380134. OLE color: 13380134.

HSL color Cylindrical-coordinate representation of color #262ACC: hue angle of 238.55º 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 #262ACC is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 42 204 -
CMYK 0.81 0.79 0 0.2
HSL 238.55º 0.69% 0.47% -
HSV(B) 238.55º 0.81% 0.8% -
XYZ 12.53 6.43 57.71 -
YUV 59.27 209.67 112.83 -
System Red Green Blue C M Y K H S L
Decimal 38 42 204 0.81 0.79 0 0.2 238.55 0.69 0.47
Hex 26 2A CC 51 4F 0 14 EF 45 2F
Octal 46 52 314 121 117 0 24 357 105 57
Binary 100110 101010 11001100 1010001 1001111 0 10100 11101111 1000101 101111

Color Harmonies of #262ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262ACC

Black with #262ACC

Text Example


Text Example

White with #262ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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