Html Css Color HEX #062DD3 Persian Blue

📋 copy color: '#062DD3'

red 6 ◦ green 45 ◦ blue 211

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

Shades of Persian Blue #062DD3

Tints of Persian Blue #062DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 80.53%

R = 2.29%
G = 17.18%
B = 80.53%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#062DD3 (or 0x062DD3) is known color: Persian Blue. HEX triplet: 06, 2D and D3. RGB value is (6,45,211). Sum of RGB (Red+Green+Blue) = 6+45+211=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 211 (82.81% from 255 or 80.53% from 262); Max value from RGB is 211 - color contains mainly: blue. Hex color #062DD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062DD3 is #F9D22C. Grayscale: #333333. Windows color (decimal): -16372269 or 13839622. OLE color: 13839622.

HSL color Cylindrical-coordinate representation of color #062DD3: hue angle of 228.59º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062DD3 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 6 45 211 -
CMYK 0.97 0.79 0 0.17
HSL 228.59º 0.94% 0.43% -
HSV(B) 228.59º 0.97% 0.83% -
XYZ 12.77 6.62 62.23 -
YUV 52.26 217.58 95 -
System Red Green Blue C M Y K H S L
Decimal 6 45 211 0.97 0.79 0 0.17 228.59 0.94 0.43
Hex 6 2D D3 61 4F 0 11 E5 5E 2B
Octal 6 55 323 141 117 0 21 345 136 53
Binary 110 101101 11010011 1100001 1001111 0 10001 11100101 1011110 101011

Color Harmonies of #062DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062DD3

Black with #062DD3

Text Example


Text Example

White with #062DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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