Html Css Color HEX #2029CE Persian Blue

📋 copy color: '#2029CE'

red 32 ◦ green 41 ◦ blue 206

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

Shades of Persian Blue #2029CE

Tints of Persian Blue #2029CE

RGB

 RED value IS 32 (12.89% from 255) = 11.47%

 GREEN value IS 41 (16.41% from 255) = 14.7%

 BLUE value IS 206 (80.86% from 255) = 73.84%

R = 11.47%
G = 14.7%
B = 73.84%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2029CE (or 0x2029CE) is known color: Persian Blue. HEX triplet: 20, 29 and CE. RGB value is (32,41,206). Sum of RGB (Red+Green+Blue) = 32+41+206=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 206 (80.86% from 255 or 73.84% from 279); Max value from RGB is 206 - color contains mainly: blue. Hex color #2029CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2029CE is #DFD631. Grayscale: #383838. Windows color (decimal): -14669362 or 13510944. OLE color: 13510944.

HSL color Cylindrical-coordinate representation of color #2029CE: hue angle of 236.9º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2029CE is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 41 206 -
CMYK 0.84 0.80 0 0.19
HSL 236.9º 0.73% 0.47% -
HSV(B) 236.9º 0.84% 0.81% -
XYZ 12.53 6.35 58.96 -
YUV 57.12 212.02 110.08 -
System Red Green Blue C M Y K H S L
Decimal 32 41 206 0.84 0.80 0 0.19 236.9 0.73 0.47
Hex 20 29 CE 54 50 0 13 ED 49 2F
Octal 40 51 316 124 120 0 23 355 111 57
Binary 100000 101001 11001110 1010100 1010000 0 10011 11101101 1001001 101111

Color Harmonies of #2029CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2029CE

Black with #2029CE

Text Example


Text Example

White with #2029CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2029CE; }

 p { color: rgb(32,41,206); }

 H1.HeaderClassName
 {
   color: #2029CE;
 }
 .AnyTagClassName
 {
   color: #2029CE;
 }
</style>

background-color css

<style>
 a { background-color: #2029CE; }

 a { background-color: rgb(32,41,206); }

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

border-color css

<style>
 span { border-color: #2029CE; }

 span { border-color: rgb(32,41,206); }

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