Html Css Color HEX #293CB8 Persian Blue

📋 copy color: '#293CB8'

red 41 ◦ green 60 ◦ blue 184

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

Shades of Persian Blue #293CB8

Tints of Persian Blue #293CB8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.05%

 BLUE value IS 184 (72.27% from 255) = 64.56%

R = 14.39%
G = 21.05%
B = 64.56%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#293CB8 (or 0x293CB8) is known color: Persian Blue. HEX triplet: 29, 3C and B8. RGB value is (41,60,184). Sum of RGB (Red+Green+Blue) = 41+60+184=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 184 (72.27% from 255 or 64.56% from 285); Max value from RGB is 184 - color contains mainly: blue. Hex color #293CB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293CB8 is #D6C347. Grayscale: #434343. Windows color (decimal): -14074696 or 12074025. OLE color: 12074025.

HSL color Cylindrical-coordinate representation of color #293CB8: hue angle of 232.03º degrees, saturation: 0.64, 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 #293CB8 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 41 60 184 -
CMYK 0.78 0.67 0 0.28
HSL 232.03º 0.64% 0.44% -
HSV(B) 232.03º 0.78% 0.72% -
XYZ 11.18 7.16 46.14 -
YUV 68.46 193.21 108.42 -
System Red Green Blue C M Y K H S L
Decimal 41 60 184 0.78 0.67 0 0.28 232.03 0.64 0.44
Hex 29 3C B8 4E 43 0 1C E8 40 2C
Octal 51 74 270 116 103 0 34 350 100 54
Binary 101001 111100 10111000 1001110 1000011 0 11100 11101000 1000000 101100

Color Harmonies of #293CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CB8

Black with #293CB8

Text Example


Text Example

White with #293CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,60,184); }

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

background-color css

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

 a { background-color: rgb(41,60,184); }

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

border-color css

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

 span { border-color: rgb(41,60,184); }

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