Html Css Color HEX #293D63 Catalina Blue

📋 copy color: '#293D63'

red 41 ◦ green 61 ◦ blue 99

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

Shades of Catalina Blue #293D63

Tints of Catalina Blue #293D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 49.25%

R = 20.4%
G = 30.35%
B = 49.25%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#293D63 (or 0x293D63) is known color: Catalina Blue. HEX triplet: 29, 3D and 63. RGB value is (41,61,99). Sum of RGB (Red+Green+Blue) = 41+61+99=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #293D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D63 is #D6C29C. Grayscale: #3B3B3B. Windows color (decimal): -14074525 or 6503721. OLE color: 6503721.

HSL color Cylindrical-coordinate representation of color #293D63: hue angle of 219.31º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #293D63 is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 61 99 -
CMYK 0.59 0.38 0 0.61
HSL 219.31º 0.41% 0.27% -
HSV(B) 219.31º 0.59% 0.39% -
XYZ 4.84 4.71 12.46 -
YUV 59.35 150.37 114.91 -
System Red Green Blue C M Y K H S L
Decimal 41 61 99 0.59 0.38 0 0.61 219.31 0.41 0.27
Hex 29 3D 63 3B 26 0 3D DB 29 1B
Octal 51 75 143 73 46 0 75 333 51 33
Binary 101001 111101 1100011 111011 100110 0 111101 11011011 101001 11011

Color Harmonies of #293D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D63

Black with #293D63

Text Example


Text Example

White with #293D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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