Html Css Color HEX #062DE3 Persian Blue

📋 copy color: '#062DE3'

red 6 ◦ green 45 ◦ blue 227

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

Shades of Persian Blue #062DE3

Tints of Persian Blue #062DE3

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.19%

 BLUE value IS 227 (89.06% from 255) = 81.65%

R = 2.16%
G = 16.19%
B = 81.65%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#062DE3 (or 0x062DE3) is known color: Persian Blue. HEX triplet: 06, 2D and E3. RGB value is (6,45,227). Sum of RGB (Red+Green+Blue) = 6+45+227=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 227 (89.06% from 255 or 81.65% from 278); Max value from RGB is 227 - color contains mainly: blue. Hex color #062DE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062DE3 is #F9D21C. Grayscale: #353535. Windows color (decimal): -16372253 or 14888198. OLE color: 14888198.

HSL color Cylindrical-coordinate representation of color #062DE3: hue angle of 229.41º 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 #062DE3 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 6 45 227 -
CMYK 0.97 0.80 0 0.11
HSL 229.41º 0.95% 0.46% -
HSV(B) 229.41º 0.97% 0.89% -
XYZ 14.88 7.46 73.33 -
YUV 54.09 225.58 93.7 -
System Red Green Blue C M Y K H S L
Decimal 6 45 227 0.97 0.80 0 0.11 229.41 0.95 0.46
Hex 6 2D E3 61 50 0 B E5 5F 2E
Octal 6 55 343 141 120 0 13 345 137 56
Binary 110 101101 11100011 1100001 1010000 0 1011 11100101 1011111 101110

Color Harmonies of #062DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062DE3

Black with #062DE3

Text Example


Text Example

White with #062DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,45,227); }

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

background-color css

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

 a { background-color: rgb(6,45,227); }

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

border-color css

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

 span { border-color: rgb(6,45,227); }

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