Html Css Color HEX #292DBC Persian Blue

📋 copy color: '#292DBC'

red 41 ◦ green 45 ◦ blue 188

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

Shades of Persian Blue #292DBC

Tints of Persian Blue #292DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 68.61%

R = 14.96%
G = 16.42%
B = 68.61%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#292DBC (or 0x292DBC) is known color: Persian Blue. HEX triplet: 29, 2D and BC. RGB value is (41,45,188). Sum of RGB (Red+Green+Blue) = 41+45+188=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #292DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292DBC is #D6D243. Grayscale: #3B3B3B. Windows color (decimal): -14078532 or 12332329. OLE color: 12332329.

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

Color convert

RGB 41 45 188 -
CMYK 0.78 0.76 0 0.26
HSL 238.37º 0.64% 0.45% -
HSV(B) 238.37º 0.78% 0.74% -
XYZ 10.93 5.98 48.15 -
YUV 60.11 200.17 114.37 -
System Red Green Blue C M Y K H S L
Decimal 41 45 188 0.78 0.76 0 0.26 238.37 0.64 0.45
Hex 29 2D BC 4E 4C 0 1A EE 40 2D
Octal 51 55 274 116 114 0 32 356 100 55
Binary 101001 101101 10111100 1001110 1001100 0 11010 11101110 1000000 101101

Color Harmonies of #292DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292DBC

Black with #292DBC

Text Example


Text Example

White with #292DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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