Html Css Color HEX #292FCE Persian Blue

📋 copy color: '#292FCE'

red 41 ◦ green 47 ◦ blue 206

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

Shades of Persian Blue #292FCE

Tints of Persian Blue #292FCE

RGB

 RED value IS 41 (16.41% from 255) = 13.95%

 GREEN value IS 47 (18.75% from 255) = 15.99%

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

R = 13.95%
G = 15.99%
B = 70.07%

CMYK

 C value IS 0.80

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#292FCE (or 0x292FCE) is known color: Persian Blue. HEX triplet: 29, 2F and CE. RGB value is (41,47,206). Sum of RGB (Red+Green+Blue) = 41+47+206=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #292FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292FCE is #D6D031. Grayscale: #3E3E3E. Windows color (decimal): -14078002 or 13512489. OLE color: 13512489.

HSL color Cylindrical-coordinate representation of color #292FCE: hue angle of 237.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #292FCE is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 47 206 -
CMYK 0.80 0.77 0 0.19
HSL 237.82º 0.67% 0.48% -
HSV(B) 237.82º 0.8% 0.81% -
XYZ 13.07 6.96 59.05 -
YUV 63.33 208.51 112.07 -
System Red Green Blue C M Y K H S L
Decimal 41 47 206 0.80 0.77 0 0.19 237.82 0.67 0.48
Hex 29 2F CE 50 4D 0 13 EE 43 30
Octal 51 57 316 120 115 0 23 356 103 60
Binary 101001 101111 11001110 1010000 1001101 0 10011 11101110 1000011 110000

Color Harmonies of #292FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292FCE

Black with #292FCE

Text Example


Text Example

White with #292FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292FCE; }

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

 H1.HeaderClassName
 {
   color: #292FCE;
 }
 .AnyTagClassName
 {
   color: #292FCE;
 }
</style>

background-color css

<style>
 a { background-color: #292FCE; }

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

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

border-color css

<style>
 span { border-color: #292FCE; }

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

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