Html Css Color HEX #292BCC Persian Blue

📋 copy color: '#292BCC'

red 41 ◦ green 43 ◦ blue 204

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

Shades of Persian Blue #292BCC

Tints of Persian Blue #292BCC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.93%

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

R = 14.24%
G = 14.93%
B = 70.83%

CMYK

 C value IS 0.80

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#292BCC (or 0x292BCC) is known color: Persian Blue. HEX triplet: 29, 2B and CC. RGB value is (41,43,204). Sum of RGB (Red+Green+Blue) = 41+43+204=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 204 (80.08% from 255 or 70.83% from 288); Max value from RGB is 204 - color contains mainly: blue. Hex color #292BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292BCC is #D6D433. Grayscale: #3C3C3C. Windows color (decimal): -14079028 or 13380393. OLE color: 13380393.

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

Color convert

RGB 41 43 204 -
CMYK 0.80 0.79 0 0.2
HSL 239.26º 0.67% 0.48% -
HSV(B) 239.26º 0.8% 0.8% -
XYZ 12.68 6.56 57.72 -
YUV 60.76 208.84 113.91 -
System Red Green Blue C M Y K H S L
Decimal 41 43 204 0.80 0.79 0 0.2 239.26 0.67 0.48
Hex 29 2B CC 50 4F 0 14 EF 43 30
Octal 51 53 314 120 117 0 24 357 103 60
Binary 101001 101011 11001100 1010000 1001111 0 10100 11101111 1000011 110000

Color Harmonies of #292BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292BCC

Black with #292BCC

Text Example


Text Example

White with #292BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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