Html Css Color HEX #293D57 Catalina Blue

📋 copy color: '#293D57'

red 41 ◦ green 61 ◦ blue 87

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

Shades of Catalina Blue #293D57

Tints of Catalina Blue #293D57

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.28%

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

R = 21.69%
G = 32.28%
B = 46.03%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#293D57 (or 0x293D57) is known color: Catalina Blue. HEX triplet: 29, 3D and 57. RGB value is (41,61,87). Sum of RGB (Red+Green+Blue) = 41+61+87=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 87 (34.38% from 255 or 46.03% from 189); Max value from RGB is 87 - color contains mainly: blue. Hex color #293D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D57 is #D6C2A8. Grayscale: #393939. Windows color (decimal): -14074537 or 5717289. OLE color: 5717289.

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

Color convert

RGB 41 61 87 -
CMYK 0.53 0.30 0 0.66
HSL 213.91º 0.36% 0.25% -
HSV(B) 213.91º 0.53% 0.34% -
XYZ 4.3 4.5 9.66 -
YUV 57.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 41 61 87 0.53 0.30 0 0.66 213.91 0.36 0.25
Hex 29 3D 57 35 1E 0 42 D6 24 19
Octal 51 75 127 65 36 0 102 326 44 31
Binary 101001 111101 1010111 110101 11110 0 1000010 11010110 100100 11001

Color Harmonies of #293D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D57

Black with #293D57

Text Example


Text Example

White with #293D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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