Html Css Color HEX #293C56 Catalina Blue

📋 copy color: '#293C56'

red 41 ◦ green 60 ◦ blue 86

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

Shades of Catalina Blue #293C56

Tints of Catalina Blue #293C56

RGB

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

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

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

R = 21.93%
G = 32.09%
B = 45.99%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#293C56 (or 0x293C56) is known color: Catalina Blue. HEX triplet: 29, 3C and 56. RGB value is (41,60,86). Sum of RGB (Red+Green+Blue) = 41+60+86=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #293C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C56 is #D6C3A9. Grayscale: #393939. Windows color (decimal): -14074794 or 5651497. OLE color: 5651497.

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

Color convert

RGB 41 60 86 -
CMYK 0.52 0.30 0 0.66
HSL 214.67º 0.35% 0.25% -
HSV(B) 214.67º 0.52% 0.34% -
XYZ 4.21 4.38 9.43 -
YUV 57.28 144.21 116.39 -
System Red Green Blue C M Y K H S L
Decimal 41 60 86 0.52 0.30 0 0.66 214.67 0.35 0.25
Hex 29 3C 56 34 1E 0 42 D7 23 19
Octal 51 74 126 64 36 0 102 327 43 31
Binary 101001 111100 1010110 110100 11110 0 1000010 11010111 100011 11001

Color Harmonies of #293C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C56

Black with #293C56

Text Example


Text Example

White with #293C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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