Html Css Color HEX #293BB7 Persian Blue

📋 copy color: '#293BB7'

red 41 ◦ green 59 ◦ blue 183

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

Shades of Persian Blue #293BB7

Tints of Persian Blue #293BB7

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.85%

 BLUE value IS 183 (71.88% from 255) = 64.66%

R = 14.49%
G = 20.85%
B = 64.66%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#293BB7 (or 0x293BB7) is known color: Persian Blue. HEX triplet: 29, 3B and B7. RGB value is (41,59,183). Sum of RGB (Red+Green+Blue) = 41+59+183=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 183 (71.88% from 255 or 64.66% from 283); Max value from RGB is 183 - color contains mainly: blue. Hex color #293BB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293BB7 is #D6C448. Grayscale: #434343. Windows color (decimal): -14074953 or 12008233. OLE color: 12008233.

HSL color Cylindrical-coordinate representation of color #293BB7: hue angle of 232.39º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #293BB7 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 41 59 183 -
CMYK 0.78 0.68 0 0.28
HSL 232.39º 0.63% 0.44% -
HSV(B) 232.39º 0.78% 0.72% -
XYZ 11.03 7.02 45.57 -
YUV 67.75 193.04 108.92 -
System Red Green Blue C M Y K H S L
Decimal 41 59 183 0.78 0.68 0 0.28 232.39 0.63 0.44
Hex 29 3B B7 4E 44 0 1C E8 3F 2C
Octal 51 73 267 116 104 0 34 350 77 54
Binary 101001 111011 10110111 1001110 1000100 0 11100 11101000 111111 101100

Color Harmonies of #293BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293BB7

Black with #293BB7

Text Example


Text Example

White with #293BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293BB7; }

 p { color: rgb(41,59,183); }

 H1.HeaderClassName
 {
   color: #293BB7;
 }
 .AnyTagClassName
 {
   color: #293BB7;
 }
</style>

background-color css

<style>
 a { background-color: #293BB7; }

 a { background-color: rgb(41,59,183); }

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

border-color css

<style>
 span { border-color: #293BB7; }

 span { border-color: rgb(41,59,183); }

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