Html Css Color HEX #293D62 Catalina Blue

📋 copy color: '#293D62'

red 41 ◦ green 61 ◦ blue 98

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

Shades of Catalina Blue #293D62

Tints of Catalina Blue #293D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 49%

R = 20.5%
G = 30.5%
B = 49%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#293D62 (or 0x293D62) is known color: Catalina Blue. HEX triplet: 29, 3D and 62. RGB value is (41,61,98). Sum of RGB (Red+Green+Blue) = 41+61+98=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #293D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D62 is #D6C29D. Grayscale: #3B3B3B. Windows color (decimal): -14074526 or 6438185. OLE color: 6438185.

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

Color convert

RGB 41 61 98 -
CMYK 0.58 0.38 0 0.62
HSL 218.95º 0.41% 0.27% -
HSV(B) 218.95º 0.58% 0.38% -
XYZ 4.79 4.69 12.21 -
YUV 59.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 41 61 98 0.58 0.38 0 0.62 218.95 0.41 0.27
Hex 29 3D 62 3A 26 0 3E DB 29 1B
Octal 51 75 142 72 46 0 76 333 51 33
Binary 101001 111101 1100010 111010 100110 0 111110 11011011 101001 11011

Color Harmonies of #293D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D62

Black with #293D62

Text Example


Text Example

White with #293D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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