Html Css Color HEX #292DD2 Persian Blue

📋 copy color: '#292DD2'

red 41 ◦ green 45 ◦ blue 210

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

Shades of Persian Blue #292DD2

Tints of Persian Blue #292DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 70.95%

R = 13.85%
G = 15.2%
B = 70.95%

CMYK

 C value IS 0.80

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#292DD2 (or 0x292DD2) is known color: Persian Blue. HEX triplet: 29, 2D and D2. RGB value is (41,45,210). Sum of RGB (Red+Green+Blue) = 41+45+210=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 210 (82.42% from 255 or 70.95% from 296); Max value from RGB is 210 - color contains mainly: blue. Hex color #292DD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292DD2 is #D6D22D. Grayscale: #3D3D3D. Windows color (decimal): -14078510 or 13774121. OLE color: 13774121.

HSL color Cylindrical-coordinate representation of color #292DD2: hue angle of 238.58º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #292DD2 is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 41 45 210 -
CMYK 0.80 0.79 0 0.18
HSL 238.58º 0.67% 0.49% -
HSV(B) 238.58º 0.8% 0.82% -
XYZ 13.49 7 61.61 -
YUV 62.61 211.17 112.58 -
System Red Green Blue C M Y K H S L
Decimal 41 45 210 0.80 0.79 0 0.18 238.58 0.67 0.49
Hex 29 2D D2 50 4F 0 12 EF 43 31
Octal 51 55 322 120 117 0 22 357 103 61
Binary 101001 101101 11010010 1010000 1001111 0 10010 11101111 1000011 110001

Color Harmonies of #292DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292DD2

Black with #292DD2

Text Example


Text Example

White with #292DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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