Html Css Color HEX #293D68 Catalina Blue

📋 copy color: '#293D68'

red 41 ◦ green 61 ◦ blue 104

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

Shades of Catalina Blue #293D68

Tints of Catalina Blue #293D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.49%

R = 19.9%
G = 29.61%
B = 50.49%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#293D68 (or 0x293D68) is known color: Catalina Blue. HEX triplet: 29, 3D and 68. RGB value is (41,61,104). Sum of RGB (Red+Green+Blue) = 41+61+104=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #293D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D68 is #D6C297. Grayscale: #3B3B3B. Windows color (decimal): -14074520 or 6831401. OLE color: 6831401.

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

Color convert

RGB 41 61 104 -
CMYK 0.61 0.41 0 0.59
HSL 220.95º 0.43% 0.28% -
HSV(B) 220.95º 0.61% 0.41% -
XYZ 5.08 4.81 13.76 -
YUV 59.92 152.87 114.5 -
System Red Green Blue C M Y K H S L
Decimal 41 61 104 0.61 0.41 0 0.59 220.95 0.43 0.28
Hex 29 3D 68 3D 29 0 3B DD 2B 1C
Octal 51 75 150 75 51 0 73 335 53 34
Binary 101001 111101 1101000 111101 101001 0 111011 11011101 101011 11100

Color Harmonies of #293D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D68

Black with #293D68

Text Example


Text Example

White with #293D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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