Html Css Color HEX #293B5D Catalina Blue

📋 copy color: '#293B5D'

red 41 ◦ green 59 ◦ blue 93

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

Shades of Catalina Blue #293B5D

Tints of Catalina Blue #293B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 48.19%

R = 21.24%
G = 30.57%
B = 48.19%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#293B5D (or 0x293B5D) is known color: Catalina Blue. HEX triplet: 29, 3B and 5D. RGB value is (41,59,93). Sum of RGB (Red+Green+Blue) = 41+59+93=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #293B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293B5D is #D6C4A2. Grayscale: #393939. Windows color (decimal): -14075043 or 6109993. OLE color: 6109993.

HSL color Cylindrical-coordinate representation of color #293B5D: hue angle of 219.23º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #293B5D is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 59 93 -
CMYK 0.56 0.37 0 0.64
HSL 219.23º 0.39% 0.26% -
HSV(B) 219.23º 0.56% 0.36% -
XYZ 4.45 4.39 10.97 -
YUV 57.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 41 59 93 0.56 0.37 0 0.64 219.23 0.39 0.26
Hex 29 3B 5D 38 25 0 40 DB 27 1A
Octal 51 73 135 70 45 0 100 333 47 32
Binary 101001 111011 1011101 111000 100101 0 1000000 11011011 100111 11010

Color Harmonies of #293B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293B5D

Black with #293B5D

Text Example


Text Example

White with #293B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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