Html Css Color HEX #292FBA Persian Blue

📋 copy color: '#292FBA'

red 41 ◦ green 47 ◦ blue 186

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

Shades of Persian Blue #292FBA

Tints of Persian Blue #292FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.15%

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

R = 14.96%
G = 17.15%
B = 67.88%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#292FBA (or 0x292FBA) is known color: Persian Blue. HEX triplet: 29, 2F and BA. RGB value is (41,47,186). Sum of RGB (Red+Green+Blue) = 41+47+186=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 186 (73.05% from 255 or 67.88% from 274); Max value from RGB is 186 - color contains mainly: blue. Hex color #292FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292FBA is #D6D045. Grayscale: #3C3C3C. Windows color (decimal): -14078022 or 12201769. OLE color: 12201769.

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

Color convert

RGB 41 47 186 -
CMYK 0.78 0.75 0 0.27
HSL 237.52º 0.64% 0.45% -
HSV(B) 237.52º 0.78% 0.73% -
XYZ 10.79 6.05 47.05 -
YUV 61.05 198.51 113.7 -
System Red Green Blue C M Y K H S L
Decimal 41 47 186 0.78 0.75 0 0.27 237.52 0.64 0.45
Hex 29 2F BA 4E 4B 0 1B EE 40 2D
Octal 51 57 272 116 113 0 33 356 100 55
Binary 101001 101111 10111010 1001110 1001011 0 11011 11101110 1000000 101101

Color Harmonies of #292FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292FBA

Black with #292FBA

Text Example


Text Example

White with #292FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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