Html Css Color HEX #293C64 Catalina Blue

📋 copy color: '#293C64'

red 41 ◦ green 60 ◦ blue 100

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

Shades of Catalina Blue #293C64

Tints of Catalina Blue #293C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 49.75%

R = 20.4%
G = 29.85%
B = 49.75%

CMYK

 C value IS 0.59

 M value IS 0.4

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#293C64 (or 0x293C64) is known color: Catalina Blue. HEX triplet: 29, 3C and 64. RGB value is (41,60,100). Sum of RGB (Red+Green+Blue) = 41+60+100=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 100 (39.45% from 255 or 49.75% from 201); Max value from RGB is 100 - color contains mainly: blue. Hex color #293C64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C64 is #D6C39B. Grayscale: #3A3A3A. Windows color (decimal): -14074780 or 6569001. OLE color: 6569001.

HSL color Cylindrical-coordinate representation of color #293C64: hue angle of 220.68º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #293C64 is Cyan = 0.59, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 60 100 -
CMYK 0.59 0.4 0 0.61
HSL 220.68º 0.42% 0.28% -
HSV(B) 220.68º 0.59% 0.39% -
XYZ 4.83 4.62 12.69 -
YUV 58.88 151.21 115.25 -
System Red Green Blue C M Y K H S L
Decimal 41 60 100 0.59 0.4 0 0.61 220.68 0.42 0.28
Hex 29 3C 64 3B 28 0 3D DD 2A 1C
Octal 51 74 144 73 50 0 75 335 52 34
Binary 101001 111100 1100100 111011 101000 0 111101 11011101 101010 11100

Color Harmonies of #293C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C64

Black with #293C64

Text Example


Text Example

White with #293C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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