Html Css Color HEX #293F57 Catalina Blue

📋 copy color: '#293F57'

red 41 ◦ green 63 ◦ blue 87

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

Shades of Catalina Blue #293F57

Tints of Catalina Blue #293F57

RGB

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

 GREEN value IS 63 (25% from 255) = 32.98%

 BLUE value IS 87 (34.38% from 255) = 45.55%

R = 21.47%
G = 32.98%
B = 45.55%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#293F57 (or 0x293F57) is known color: Catalina Blue. HEX triplet: 29, 3F and 57. RGB value is (41,63,87). Sum of RGB (Red+Green+Blue) = 41+63+87=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #293F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F57 is #D6C0A8. Grayscale: #3B3B3B. Windows color (decimal): -14074025 or 5717801. OLE color: 5717801.

HSL color Cylindrical-coordinate representation of color #293F57: hue angle of 211.3º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #293F57 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 41 63 87 -
CMYK 0.53 0.28 0 0.66
HSL 211.3º 0.36% 0.25% -
HSV(B) 211.3º 0.53% 0.34% -
XYZ 4.41 4.71 9.69 -
YUV 59.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 41 63 87 0.53 0.28 0 0.66 211.3 0.36 0.25
Hex 29 3F 57 35 1C 0 42 D3 24 19
Octal 51 77 127 65 34 0 102 323 44 31
Binary 101001 111111 1010111 110101 11100 0 1000010 11010011 100100 11001

Color Harmonies of #293F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293F57

Black with #293F57

Text Example


Text Example

White with #293F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,63,87); }

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

background-color css

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

 a { background-color: rgb(41,63,87); }

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

border-color css

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

 span { border-color: rgb(41,63,87); }

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