Html Css Color HEX #293F64 Catalina Blue

📋 copy color: '#293F64'

red 41 ◦ green 63 ◦ blue 100

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

Shades of Catalina Blue #293F64

Tints of Catalina Blue #293F64

RGB

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

 GREEN value IS 63 (25% from 255) = 30.88%

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

R = 20.1%
G = 30.88%
B = 49.02%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#293F64 (or 0x293F64) is known color: Catalina Blue. HEX triplet: 29, 3F and 64. RGB value is (41,63,100). Sum of RGB (Red+Green+Blue) = 41+63+100=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 100 (39.45% from 255 or 49.02% from 204); Max value from RGB is 100 - color contains mainly: blue. Hex color #293F64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F64 is #D6C09B. Grayscale: #3C3C3C. Windows color (decimal): -14074012 or 6569769. OLE color: 6569769.

HSL color Cylindrical-coordinate representation of color #293F64: hue angle of 217.63º 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 #293F64 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 63 100 -
CMYK 0.59 0.37 0 0.61
HSL 217.63º 0.42% 0.28% -
HSV(B) 217.63º 0.59% 0.39% -
XYZ 4.99 4.95 12.75 -
YUV 60.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 41 63 100 0.59 0.37 0 0.61 217.63 0.42 0.28
Hex 29 3F 64 3B 25 0 3D DA 2A 1C
Octal 51 77 144 73 45 0 75 332 52 34
Binary 101001 111111 1100100 111011 100101 0 111101 11011010 101010 11100

Color Harmonies of #293F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293F64

Black with #293F64

Text Example


Text Example

White with #293F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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