Html Css Color HEX #293F61 Catalina Blue

📋 copy color: '#293F61'

red 41 ◦ green 63 ◦ blue 97

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

Shades of Catalina Blue #293F61

Tints of Catalina Blue #293F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 48.26%

R = 20.4%
G = 31.34%
B = 48.26%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#293F61 (or 0x293F61) is known color: Catalina Blue. HEX triplet: 29, 3F and 61. RGB value is (41,63,97). Sum of RGB (Red+Green+Blue) = 41+63+97=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #293F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F61 is #D6C09E. Grayscale: #3C3C3C. Windows color (decimal): -14074015 or 6373161. OLE color: 6373161.

HSL color Cylindrical-coordinate representation of color #293F61: hue angle of 216.43º 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 #293F61 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 63 97 -
CMYK 0.58 0.35 0 0.62
HSL 216.43º 0.41% 0.27% -
HSV(B) 216.43º 0.58% 0.38% -
XYZ 4.85 4.89 12 -
YUV 60.3 148.71 114.24 -
System Red Green Blue C M Y K H S L
Decimal 41 63 97 0.58 0.35 0 0.62 216.43 0.41 0.27
Hex 29 3F 61 3A 23 0 3E D8 29 1B
Octal 51 77 141 72 43 0 76 330 51 33
Binary 101001 111111 1100001 111010 100011 0 111110 11011000 101001 11011

Color Harmonies of #293F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293F61

Black with #293F61

Text Example


Text Example

White with #293F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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