Html Css Color HEX #293C62 Catalina Blue

📋 copy color: '#293C62'

red 41 ◦ green 60 ◦ blue 98

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

Shades of Catalina Blue #293C62

Tints of Catalina Blue #293C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 49.25%

R = 20.6%
G = 30.15%
B = 49.25%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#293C62 (or 0x293C62) is known color: Catalina Blue. HEX triplet: 29, 3C and 62. RGB value is (41,60,98). Sum of RGB (Red+Green+Blue) = 41+60+98=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 98 - color contains mainly: blue. Hex color #293C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C62 is #D6C39D. Grayscale: #3A3A3A. Windows color (decimal): -14074782 or 6437929. OLE color: 6437929.

HSL color Cylindrical-coordinate representation of color #293C62: hue angle of 220º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #293C62 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 60 98 -
CMYK 0.58 0.39 0 0.62
HSL 220º 0.41% 0.27% -
HSV(B) 220º 0.58% 0.38% -
XYZ 4.73 4.58 12.19 -
YUV 58.65 150.21 115.41 -
System Red Green Blue C M Y K H S L
Decimal 41 60 98 0.58 0.39 0 0.62 220 0.41 0.27
Hex 29 3C 62 3A 27 0 3E DC 29 1B
Octal 51 74 142 72 47 0 76 334 51 33
Binary 101001 111100 1100010 111010 100111 0 111110 11011100 101001 11011

Color Harmonies of #293C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C62

Black with #293C62

Text Example


Text Example

White with #293C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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