Html Css Color HEX #292DCC Persian Blue

📋 copy color: '#292DCC'

red 41 ◦ green 45 ◦ blue 204

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

Shades of Persian Blue #292DCC

Tints of Persian Blue #292DCC

RGB

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

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

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

R = 14.14%
G = 15.52%
B = 70.34%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#292DCC (or 0x292DCC) is known color: Persian Blue. HEX triplet: 29, 2D and CC. RGB value is (41,45,204). Sum of RGB (Red+Green+Blue) = 41+45+204=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #292DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292DCC is #D6D233. Grayscale: #3D3D3D. Windows color (decimal): -14078516 or 13380905. OLE color: 13380905.

HSL color Cylindrical-coordinate representation of color #292DCC: hue angle of 238.53º 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 #292DCC is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 45 204 -
CMYK 0.80 0.78 0 0.2
HSL 238.53º 0.67% 0.48% -
HSV(B) 238.53º 0.8% 0.8% -
XYZ 12.75 6.71 57.75 -
YUV 61.93 208.17 113.07 -
System Red Green Blue C M Y K H S L
Decimal 41 45 204 0.80 0.78 0 0.2 238.53 0.67 0.48
Hex 29 2D CC 50 4E 0 14 EF 43 30
Octal 51 55 314 120 116 0 24 357 103 60
Binary 101001 101101 11001100 1010000 1001110 0 10100 11101111 1000011 110000

Color Harmonies of #292DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292DCC

Black with #292DCC

Text Example


Text Example

White with #292DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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