Html Css Color HEX #293C57 Catalina Blue

📋 copy color: '#293C57'

red 41 ◦ green 60 ◦ blue 87

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

Shades of Catalina Blue #293C57

Tints of Catalina Blue #293C57

RGB

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

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

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

R = 21.81%
G = 31.91%
B = 46.28%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#293C57 (or 0x293C57) is known color: Catalina Blue. HEX triplet: 29, 3C and 57. RGB value is (41,60,87). Sum of RGB (Red+Green+Blue) = 41+60+87=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 87 - color contains mainly: blue. Hex color #293C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C57 is #D6C3A8. Grayscale: #393939. Windows color (decimal): -14074793 or 5717033. OLE color: 5717033.

HSL color Cylindrical-coordinate representation of color #293C57: hue angle of 215.22º 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 #293C57 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 41 60 87 -
CMYK 0.53 0.31 0 0.66
HSL 215.22º 0.36% 0.25% -
HSV(B) 215.22º 0.53% 0.34% -
XYZ 4.25 4.39 9.64 -
YUV 57.4 144.71 116.3 -
System Red Green Blue C M Y K H S L
Decimal 41 60 87 0.53 0.31 0 0.66 215.22 0.36 0.25
Hex 29 3C 57 35 1F 0 42 D7 24 19
Octal 51 74 127 65 37 0 102 327 44 31
Binary 101001 111100 1010111 110101 11111 0 1000010 11010111 100100 11001

Color Harmonies of #293C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C57

Black with #293C57

Text Example


Text Example

White with #293C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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