Html Css Color HEX #293F5F Catalina Blue

📋 copy color: '#293F5F'

red 41 ◦ green 63 ◦ blue 95

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

Shades of Catalina Blue #293F5F

Tints of Catalina Blue #293F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 47.74%

R = 20.6%
G = 31.66%
B = 47.74%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#293F5F (or 0x293F5F) is known color: Catalina Blue. HEX triplet: 29, 3F and 5F. RGB value is (41,63,95). Sum of RGB (Red+Green+Blue) = 41+63+95=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #293F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F5F is #D6C0A0. Grayscale: #3B3B3B. Windows color (decimal): -14074017 or 6242089. OLE color: 6242089.

HSL color Cylindrical-coordinate representation of color #293F5F: hue angle of 215.56º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #293F5F is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 63 95 -
CMYK 0.57 0.34 0 0.63
HSL 215.56º 0.4% 0.27% -
HSV(B) 215.56º 0.57% 0.37% -
XYZ 4.76 4.85 11.51 -
YUV 60.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 41 63 95 0.57 0.34 0 0.63 215.56 0.4 0.27
Hex 29 3F 5F 39 22 0 3F D8 28 1B
Octal 51 77 137 71 42 0 77 330 50 33
Binary 101001 111111 1011111 111001 100010 0 111111 11011000 101000 11011

Color Harmonies of #293F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293F5F

Black with #293F5F

Text Example


Text Example

White with #293F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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