Html Css Color HEX #292ACD Persian Blue

📋 copy color: '#292ACD'

red 41 ◦ green 42 ◦ blue 205

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

Shades of Persian Blue #292ACD

Tints of Persian Blue #292ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.58%

 BLUE value IS 205 (80.47% from 255) = 71.18%

R = 14.24%
G = 14.58%
B = 71.18%

CMYK

 C value IS 0.8

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#292ACD (or 0x292ACD) is known color: Persian Blue. HEX triplet: 29, 2A and CD. RGB value is (41,42,205). Sum of RGB (Red+Green+Blue) = 41+42+205=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 205 (80.47% from 255 or 71.18% from 288); Max value from RGB is 205 - color contains mainly: blue. Hex color #292ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292ACD is #D6D532. Grayscale: #3B3B3B. Windows color (decimal): -14079283 or 13445673. OLE color: 13445673.

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

Color convert

RGB 41 42 205 -
CMYK 0.8 0.80 0 0.20
HSL 239.63º 0.67% 0.48% -
HSV(B) 239.63º 0.8% 0.8% -
XYZ 12.76 6.54 58.35 -
YUV 60.28 209.67 114.25 -
System Red Green Blue C M Y K H S L
Decimal 41 42 205 0.8 0.80 0 0.20 239.63 0.67 0.48
Hex 29 2A CD 50 50 0 14 F0 43 30
Octal 51 52 315 120 120 0 24 360 103 60
Binary 101001 101010 11001101 1010000 1010000 0 10100 11110000 1000011 110000

Color Harmonies of #292ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292ACD

Black with #292ACD

Text Example


Text Example

White with #292ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,42,205); }

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

background-color css

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

 a { background-color: rgb(41,42,205); }

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

border-color css

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

 span { border-color: rgb(41,42,205); }

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