Html Css Color HEX #293C55 Catalina Blue

📋 copy color: '#293C55'

red 41 ◦ green 60 ◦ blue 85

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

Shades of Catalina Blue #293C55

Tints of Catalina Blue #293C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 45.7%

R = 22.04%
G = 32.26%
B = 45.7%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#293C55 (or 0x293C55) is known color: Catalina Blue. HEX triplet: 29, 3C and 55. RGB value is (41,60,85). Sum of RGB (Red+Green+Blue) = 41+60+85=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #293C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C55 is #D6C3AA. Grayscale: #393939. Windows color (decimal): -14074795 or 5585961. OLE color: 5585961.

HSL color Cylindrical-coordinate representation of color #293C55: hue angle of 214.09º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #293C55 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 60 85 -
CMYK 0.52 0.29 0 0.67
HSL 214.09º 0.35% 0.25% -
HSV(B) 214.09º 0.52% 0.33% -
XYZ 4.17 4.36 9.22 -
YUV 57.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 41 60 85 0.52 0.29 0 0.67 214.09 0.35 0.25
Hex 29 3C 55 34 1D 0 43 D6 23 19
Octal 51 74 125 64 35 0 103 326 43 31
Binary 101001 111100 1010101 110100 11101 0 1000011 11010110 100011 11001

Color Harmonies of #293C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C55

Black with #293C55

Text Example


Text Example

White with #293C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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