Html Css Color HEX #062CE4 Persian Blue

📋 copy color: '#062CE4'

red 6 ◦ green 44 ◦ blue 228

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

Shades of Persian Blue #062CE4

Tints of Persian Blue #062CE4

RGB

 RED value IS 6 (2.73% from 255) = 2.16%

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

 BLUE value IS 228 (89.45% from 255) = 82.01%

R = 2.16%
G = 15.83%
B = 82.01%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#062CE4 (or 0x062CE4) is known color: Persian Blue. HEX triplet: 06, 2C and E4. RGB value is (6,44,228). Sum of RGB (Red+Green+Blue) = 6+44+228=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 228 (89.45% from 255 or 82.01% from 278); Max value from RGB is 228 - color contains mainly: blue. Hex color #062CE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062CE4 is #F9D31B. Grayscale: #343434. Windows color (decimal): -16372508 or 14953478. OLE color: 14953478.

HSL color Cylindrical-coordinate representation of color #062CE4: hue angle of 229.73º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062CE4 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 6 44 228 -
CMYK 0.97 0.81 0 0.11
HSL 229.73º 0.95% 0.46% -
HSV(B) 229.73º 0.97% 0.89% -
XYZ 14.98 7.44 74.05 -
YUV 53.61 226.41 94.04 -
System Red Green Blue C M Y K H S L
Decimal 6 44 228 0.97 0.81 0 0.11 229.73 0.95 0.46
Hex 6 2C E4 61 51 0 B E6 5F 2E
Octal 6 54 344 141 121 0 13 346 137 56
Binary 110 101100 11100100 1100001 1010001 0 1011 11100110 1011111 101110

Color Harmonies of #062CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062CE4

Black with #062CE4

Text Example


Text Example

White with #062CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062CE4; }

 p { color: rgb(6,44,228); }

 H1.HeaderClassName
 {
   color: #062CE4;
 }
 .AnyTagClassName
 {
   color: #062CE4;
 }
</style>

background-color css

<style>
 a { background-color: #062CE4; }

 a { background-color: rgb(6,44,228); }

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

border-color css

<style>
 span { border-color: #062CE4; }

 span { border-color: rgb(6,44,228); }

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