Html Css Color HEX #292ECC Persian Blue

📋 copy color: '#292ECC'

red 41 ◦ green 46 ◦ blue 204

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

Shades of Persian Blue #292ECC

Tints of Persian Blue #292ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.81%

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

R = 14.09%
G = 15.81%
B = 70.1%

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

#292ECC (or 0x292ECC) is known color: Persian Blue. HEX triplet: 29, 2E and CC. RGB value is (41,46,204). Sum of RGB (Red+Green+Blue) = 41+46+204=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 204 (80.08% from 255 or 70.10% from 291); Max value from RGB is 204 - color contains mainly: blue. Hex color #292ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292ECC is #D6D133. Grayscale: #3D3D3D. Windows color (decimal): -14078260 or 13381161. OLE color: 13381161.

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

Color convert

RGB 41 46 204 -
CMYK 0.80 0.77 0 0.2
HSL 238.16º 0.67% 0.48% -
HSV(B) 238.16º 0.8% 0.8% -
XYZ 12.79 6.79 57.76 -
YUV 62.52 207.84 112.65 -
System Red Green Blue C M Y K H S L
Decimal 41 46 204 0.80 0.77 0 0.2 238.16 0.67 0.48
Hex 29 2E CC 50 4D 0 14 EE 43 30
Octal 51 56 314 120 115 0 24 356 103 60
Binary 101001 101110 11001100 1010000 1001101 0 10100 11101110 1000011 110000

Color Harmonies of #292ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292ECC

Black with #292ECC

Text Example


Text Example

White with #292ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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