Html Css Color HEX #293B62 Catalina Blue

📋 copy color: '#293B62'

red 41 ◦ green 59 ◦ blue 98

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

Shades of Catalina Blue #293B62

Tints of Catalina Blue #293B62

RGB

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

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

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

R = 20.71%
G = 29.8%
B = 49.49%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#293B62 (or 0x293B62) is known color: Catalina Blue. HEX triplet: 29, 3B and 62. RGB value is (41,59,98). Sum of RGB (Red+Green+Blue) = 41+59+98=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #293B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293B62 is #D6C49D. Grayscale: #393939. Windows color (decimal): -14075038 or 6437673. OLE color: 6437673.

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

Color convert

RGB 41 59 98 -
CMYK 0.58 0.40 0 0.62
HSL 221.05º 0.41% 0.27% -
HSV(B) 221.05º 0.58% 0.38% -
XYZ 4.68 4.48 12.17 -
YUV 58.06 150.54 115.83 -
System Red Green Blue C M Y K H S L
Decimal 41 59 98 0.58 0.40 0 0.62 221.05 0.41 0.27
Hex 29 3B 62 3A 28 0 3E DD 29 1B
Octal 51 73 142 72 50 0 76 335 51 33
Binary 101001 111011 1100010 111010 101000 0 111110 11011101 101001 11011

Color Harmonies of #293B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293B62

Black with #293B62

Text Example


Text Example

White with #293B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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