Html Css Color HEX #292DA5 Persian Blue

📋 copy color: '#292DA5'

red 41 ◦ green 45 ◦ blue 165

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

Shades of Persian Blue #292DA5

Tints of Persian Blue #292DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 65.74%

R = 16.33%
G = 17.93%
B = 65.74%

CMYK

 C value IS 0.75

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#292DA5 (or 0x292DA5) is known color: Persian Blue. HEX triplet: 29, 2D and A5. RGB value is (41,45,165). Sum of RGB (Red+Green+Blue) = 41+45+165=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 165 (64.84% from 255 or 65.74% from 251); Max value from RGB is 165 - color contains mainly: blue. Hex color #292DA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292DA5 is #D6D25A. Grayscale: #383838. Windows color (decimal): -14078555 or 10825001. OLE color: 10825001.

HSL color Cylindrical-coordinate representation of color #292DA5: hue angle of 238.06º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #292DA5 is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 41 45 165 -
CMYK 0.75 0.73 0 0.35
HSL 238.06º 0.6% 0.4% -
HSV(B) 238.06º 0.75% 0.65% -
XYZ 8.64 5.06 36.12 -
YUV 57.48 188.67 116.24 -
System Red Green Blue C M Y K H S L
Decimal 41 45 165 0.75 0.73 0 0.35 238.06 0.6 0.4
Hex 29 2D A5 4B 49 0 23 EE 3C 28
Octal 51 55 245 113 111 0 43 356 74 50
Binary 101001 101101 10100101 1001011 1001001 0 100011 11101110 111100 101000

Color Harmonies of #292DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292DA5

Black with #292DA5

Text Example


Text Example

White with #292DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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