Html Css Color HEX #292DBA Persian Blue

📋 copy color: '#292DBA'

red 41 ◦ green 45 ◦ blue 186

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

Shades of Persian Blue #292DBA

Tints of Persian Blue #292DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 68.38%

R = 15.07%
G = 16.54%
B = 68.38%

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

#292DBA (or 0x292DBA) is known color: Persian Blue. HEX triplet: 29, 2D and BA. RGB value is (41,45,186). Sum of RGB (Red+Green+Blue) = 41+45+186=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #292DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292DBA is #D6D245. Grayscale: #3B3B3B. Windows color (decimal): -14078534 or 12201257. OLE color: 12201257.

HSL color Cylindrical-coordinate representation of color #292DBA: hue angle of 238.34º 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 #292DBA is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 45 186 -
CMYK 0.78 0.76 0 0.27
HSL 238.34º 0.64% 0.45% -
HSV(B) 238.34º 0.78% 0.73% -
XYZ 10.72 5.89 47.03 -
YUV 59.88 199.17 114.54 -
System Red Green Blue C M Y K H S L
Decimal 41 45 186 0.78 0.76 0 0.27 238.34 0.64 0.45
Hex 29 2D BA 4E 4C 0 1B EE 40 2D
Octal 51 55 272 116 114 0 33 356 100 55
Binary 101001 101101 10111010 1001110 1001100 0 11011 11101110 1000000 101101

Color Harmonies of #292DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292DBA

Black with #292DBA

Text Example


Text Example

White with #292DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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