Html Css Color HEX #293D58 Catalina Blue

📋 copy color: '#293D58'

red 41 ◦ green 61 ◦ blue 88

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

Shades of Catalina Blue #293D58

Tints of Catalina Blue #293D58

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.11%

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

R = 21.58%
G = 32.11%
B = 46.32%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#293D58 (or 0x293D58) is known color: Catalina Blue. HEX triplet: 29, 3D and 58. RGB value is (41,61,88). Sum of RGB (Red+Green+Blue) = 41+61+88=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #293D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D58 is #D6C2A7. Grayscale: #393939. Windows color (decimal): -14074536 or 5782825. OLE color: 5782825.

HSL color Cylindrical-coordinate representation of color #293D58: hue angle of 214.47º 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 #293D58 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 61 88 -
CMYK 0.53 0.31 0 0.65
HSL 214.47º 0.36% 0.25% -
HSV(B) 214.47º 0.53% 0.35% -
XYZ 4.34 4.51 9.87 -
YUV 58.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 41 61 88 0.53 0.31 0 0.65 214.47 0.36 0.25
Hex 29 3D 58 35 1F 0 41 D6 24 19
Octal 51 75 130 65 37 0 101 326 44 31
Binary 101001 111101 1011000 110101 11111 0 1000001 11010110 100100 11001

Color Harmonies of #293D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D58

Black with #293D58

Text Example


Text Example

White with #293D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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