Html Css Color HEX #293B65 Catalina Blue

📋 copy color: '#293B65'

red 41 ◦ green 59 ◦ blue 101

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

Shades of Catalina Blue #293B65

Tints of Catalina Blue #293B65

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.35%

 BLUE value IS 101 (39.84% from 255) = 50.25%

R = 20.4%
G = 29.35%
B = 50.25%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#293B65 (or 0x293B65) is known color: Catalina Blue. HEX triplet: 29, 3B and 65. RGB value is (41,59,101). Sum of RGB (Red+Green+Blue) = 41+59+101=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #293B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293B65 is #D6C49A. Grayscale: #3A3A3A. Windows color (decimal): -14075035 or 6634281. OLE color: 6634281.

HSL color Cylindrical-coordinate representation of color #293B65: hue angle of 222º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #293B65 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 41 59 101 -
CMYK 0.59 0.42 0 0.60
HSL 222º 0.42% 0.28% -
HSV(B) 222º 0.59% 0.4% -
XYZ 4.83 4.54 12.93 -
YUV 58.41 152.04 115.58 -
System Red Green Blue C M Y K H S L
Decimal 41 59 101 0.59 0.42 0 0.60 222 0.42 0.28
Hex 29 3B 65 3B 2A 0 3C DE 2A 1C
Octal 51 73 145 73 52 0 74 336 52 34
Binary 101001 111011 1100101 111011 101010 0 111100 11011110 101010 11100

Color Harmonies of #293B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293B65

Black with #293B65

Text Example


Text Example

White with #293B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,59,101); }

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

background-color css

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

 a { background-color: rgb(41,59,101); }

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

border-color css

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

 span { border-color: rgb(41,59,101); }

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