Html Css Color HEX #292FCC Persian Blue

📋 copy color: '#292FCC'

red 41 ◦ green 47 ◦ blue 204

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

Shades of Persian Blue #292FCC

Tints of Persian Blue #292FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 69.86%

R = 14.04%
G = 16.1%
B = 69.86%

CMYK

 C value IS 0.80

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#292FCC (or 0x292FCC) is known color: Persian Blue. HEX triplet: 29, 2F and CC. RGB value is (41,47,204). Sum of RGB (Red+Green+Blue) = 41+47+204=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 204 (80.08% from 255 or 69.86% from 292); Max value from RGB is 204 - color contains mainly: blue. Hex color #292FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292FCC is #D6D033. Grayscale: #3E3E3E. Windows color (decimal): -14078004 or 13381417. OLE color: 13381417.

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

Color convert

RGB 41 47 204 -
CMYK 0.80 0.77 0 0.2
HSL 237.79º 0.67% 0.48% -
HSV(B) 237.79º 0.8% 0.8% -
XYZ 12.83 6.86 57.78 -
YUV 63.1 207.51 112.23 -
System Red Green Blue C M Y K H S L
Decimal 41 47 204 0.80 0.77 0 0.2 237.79 0.67 0.48
Hex 29 2F CC 50 4D 0 14 EE 43 30
Octal 51 57 314 120 115 0 24 356 103 60
Binary 101001 101111 11001100 1010000 1001101 0 10100 11101110 1000011 110000

Color Harmonies of #292FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292FCC

Black with #292FCC

Text Example


Text Example

White with #292FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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