Html Css Color HEX #293D54 Catalina Blue

📋 copy color: '#293D54'

red 41 ◦ green 61 ◦ blue 84

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

Shades of Catalina Blue #293D54

Tints of Catalina Blue #293D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 45.16%

R = 22.04%
G = 32.8%
B = 45.16%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#293D54 (or 0x293D54) is known color: Catalina Blue. HEX triplet: 29, 3D and 54. RGB value is (41,61,84). Sum of RGB (Red+Green+Blue) = 41+61+84=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #293D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D54 is #D6C2AB. Grayscale: #393939. Windows color (decimal): -14074540 or 5520681. OLE color: 5520681.

HSL color Cylindrical-coordinate representation of color #293D54: hue angle of 212.09º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #293D54 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 61 84 -
CMYK 0.51 0.27 0 0.67
HSL 212.09º 0.34% 0.25% -
HSV(B) 212.09º 0.51% 0.33% -
XYZ 4.18 4.45 9.03 -
YUV 57.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 41 61 84 0.51 0.27 0 0.67 212.09 0.34 0.25
Hex 29 3D 54 33 1B 0 43 D4 22 19
Octal 51 75 124 63 33 0 103 324 42 31
Binary 101001 111101 1010100 110011 11011 0 1000011 11010100 100010 11001

Color Harmonies of #293D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D54

Black with #293D54

Text Example


Text Example

White with #293D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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