Html Css Color HEX #293958 Catalina Blue

📋 copy color: '#293958'

red 41 ◦ green 57 ◦ blue 88

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

Shades of Catalina Blue #293958

Tints of Catalina Blue #293958

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.65%

 BLUE value IS 88 (34.77% from 255) = 47.31%

R = 22.04%
G = 30.65%
B = 47.31%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#293958 (or 0x293958) is known color: Catalina Blue. HEX triplet: 29, 39 and 58. RGB value is (41,57,88). Sum of RGB (Red+Green+Blue) = 41+57+88=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #293958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293958 is #D6C6A7. Grayscale: #373737. Windows color (decimal): -14075560 or 5781801. OLE color: 5781801.

HSL color Cylindrical-coordinate representation of color #293958: hue angle of 219.57º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #293958 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 57 88 -
CMYK 0.53 0.35 0 0.65
HSL 219.57º 0.36% 0.25% -
HSV(B) 219.57º 0.53% 0.35% -
XYZ 4.14 4.1 9.81 -
YUV 55.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 41 57 88 0.53 0.35 0 0.65 219.57 0.36 0.25
Hex 29 39 58 35 23 0 41 DC 24 19
Octal 51 71 130 65 43 0 101 334 44 31
Binary 101001 111001 1011000 110101 100011 0 1000001 11011100 100100 11001

Color Harmonies of #293958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293958

Black with #293958

Text Example


Text Example

White with #293958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293958; }

 p { color: rgb(41,57,88); }

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

background-color css

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

 a { background-color: rgb(41,57,88); }

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

border-color css

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

 span { border-color: rgb(41,57,88); }

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