Html Css Color HEX #293D55 Catalina Blue

📋 copy color: '#293D55'

red 41 ◦ green 61 ◦ blue 85

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

Shades of Catalina Blue #293D55

Tints of Catalina Blue #293D55

RGB

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

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

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

R = 21.93%
G = 32.62%
B = 45.45%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#293D55 (or 0x293D55) is known color: Catalina Blue. HEX triplet: 29, 3D and 55. RGB value is (41,61,85). Sum of RGB (Red+Green+Blue) = 41+61+85=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: blue. Hex color #293D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D55 is #D6C2AA. Grayscale: #393939. Windows color (decimal): -14074539 or 5586217. OLE color: 5586217.

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

Color convert

RGB 41 61 85 -
CMYK 0.52 0.28 0 0.67
HSL 212.73º 0.35% 0.25% -
HSV(B) 212.73º 0.52% 0.33% -
XYZ 4.22 4.46 9.23 -
YUV 57.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 41 61 85 0.52 0.28 0 0.67 212.73 0.35 0.25
Hex 29 3D 55 34 1C 0 43 D5 23 19
Octal 51 75 125 64 34 0 103 325 43 31
Binary 101001 111101 1010101 110100 11100 0 1000011 11010101 100011 11001

Color Harmonies of #293D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D55

Black with #293D55

Text Example


Text Example

White with #293D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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