Html Css Color HEX #293D56 Catalina Blue

📋 copy color: '#293D56'

red 41 ◦ green 61 ◦ blue 86

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

Shades of Catalina Blue #293D56

Tints of Catalina Blue #293D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 45.74%

R = 21.81%
G = 32.45%
B = 45.74%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#293D56 (or 0x293D56) is known color: Catalina Blue. HEX triplet: 29, 3D and 56. RGB value is (41,61,86). Sum of RGB (Red+Green+Blue) = 41+61+86=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #293D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D56 is #D6C2A9. Grayscale: #393939. Windows color (decimal): -14074538 or 5651753. OLE color: 5651753.

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

Color convert

RGB 41 61 86 -
CMYK 0.52 0.29 0 0.66
HSL 213.33º 0.35% 0.25% -
HSV(B) 213.33º 0.52% 0.34% -
XYZ 4.26 4.48 9.44 -
YUV 57.87 143.87 115.97 -
System Red Green Blue C M Y K H S L
Decimal 41 61 86 0.52 0.29 0 0.66 213.33 0.35 0.25
Hex 29 3D 56 34 1D 0 42 D5 23 19
Octal 51 75 126 64 35 0 102 325 43 31
Binary 101001 111101 1010110 110100 11101 0 1000010 11010101 100011 11001

Color Harmonies of #293D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D56

Black with #293D56

Text Example


Text Example

White with #293D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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