Html Css Color HEX #293F5D Catalina Blue

📋 copy color: '#293F5D'

red 41 ◦ green 63 ◦ blue 93

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

Shades of Catalina Blue #293F5D

Tints of Catalina Blue #293F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 47.21%

R = 20.81%
G = 31.98%
B = 47.21%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#293F5D (or 0x293F5D) is known color: Catalina Blue. HEX triplet: 29, 3F and 5D. RGB value is (41,63,93). Sum of RGB (Red+Green+Blue) = 41+63+93=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #293F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F5D is #D6C0A2. Grayscale: #3B3B3B. Windows color (decimal): -14074019 or 6111017. OLE color: 6111017.

HSL color Cylindrical-coordinate representation of color #293F5D: hue angle of 214.62º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #293F5D is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 63 93 -
CMYK 0.56 0.32 0 0.64
HSL 214.62º 0.39% 0.26% -
HSV(B) 214.62º 0.56% 0.36% -
XYZ 4.67 4.82 11.04 -
YUV 59.84 146.71 114.56 -
System Red Green Blue C M Y K H S L
Decimal 41 63 93 0.56 0.32 0 0.64 214.62 0.39 0.26
Hex 29 3F 5D 38 20 0 40 D7 27 1A
Octal 51 77 135 70 40 0 100 327 47 32
Binary 101001 111111 1011101 111000 100000 0 1000000 11010111 100111 11010

Color Harmonies of #293F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293F5D

Black with #293F5D

Text Example


Text Example

White with #293F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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