Html Css Color HEX #292DBB Persian Blue

📋 copy color: '#292DBB'

red 41 ◦ green 45 ◦ blue 187

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

Shades of Persian Blue #292DBB

Tints of Persian Blue #292DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 68.5%

R = 15.02%
G = 16.48%
B = 68.5%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#292DBB (or 0x292DBB) is known color: Persian Blue. HEX triplet: 29, 2D and BB. RGB value is (41,45,187). Sum of RGB (Red+Green+Blue) = 41+45+187=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #292DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292DBB is #D6D244. Grayscale: #3B3B3B. Windows color (decimal): -14078533 or 12266793. OLE color: 12266793.

HSL color Cylindrical-coordinate representation of color #292DBB: hue angle of 238.36º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #292DBB is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 45 187 -
CMYK 0.78 0.76 0 0.27
HSL 238.36º 0.64% 0.45% -
HSV(B) 238.36º 0.78% 0.73% -
XYZ 10.82 5.94 47.59 -
YUV 59.99 199.67 114.45 -
System Red Green Blue C M Y K H S L
Decimal 41 45 187 0.78 0.76 0 0.27 238.36 0.64 0.45
Hex 29 2D BB 4E 4C 0 1B EE 40 2D
Octal 51 55 273 116 114 0 33 356 100 55
Binary 101001 101101 10111011 1001110 1001100 0 11011 11101110 1000000 101101

Color Harmonies of #292DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292DBB

Black with #292DBB

Text Example


Text Example

White with #292DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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