Html Css Color HEX #293C58 Catalina Blue

📋 copy color: '#293C58'

red 41 ◦ green 60 ◦ blue 88

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

Shades of Catalina Blue #293C58

Tints of Catalina Blue #293C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 46.56%

R = 21.69%
G = 31.75%
B = 46.56%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#293C58 (or 0x293C58) is known color: Catalina Blue. HEX triplet: 29, 3C and 58. RGB value is (41,60,88). Sum of RGB (Red+Green+Blue) = 41+60+88=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #293C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C58 is #D6C3A7. Grayscale: #393939. Windows color (decimal): -14074792 or 5782569. OLE color: 5782569.

HSL color Cylindrical-coordinate representation of color #293C58: hue angle of 215.74º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #293C58 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 60 88 -
CMYK 0.53 0.32 0 0.65
HSL 215.74º 0.36% 0.25% -
HSV(B) 215.74º 0.53% 0.35% -
XYZ 4.29 4.41 9.86 -
YUV 57.51 145.21 116.22 -
System Red Green Blue C M Y K H S L
Decimal 41 60 88 0.53 0.32 0 0.65 215.74 0.36 0.25
Hex 29 3C 58 35 20 0 41 D8 24 19
Octal 51 74 130 65 40 0 101 330 44 31
Binary 101001 111100 1011000 110101 100000 0 1000001 11011000 100100 11001

Color Harmonies of #293C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C58

Black with #293C58

Text Example


Text Example

White with #293C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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