Html Css Color HEX #24416E Catalina Blue

📋 copy color: '#24416E'

red 36 ◦ green 65 ◦ blue 110

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

Shades of Catalina Blue #24416E

Tints of Catalina Blue #24416E

RGB

 RED value IS 36 (14.45% from 255) = 17.06%

 GREEN value IS 65 (25.78% from 255) = 30.81%

 BLUE value IS 110 (43.36% from 255) = 52.13%

R = 17.06%
G = 30.81%
B = 52.13%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#24416E (or 0x24416E) is known color: Catalina Blue. HEX triplet: 24, 41 and 6E. RGB value is (36,65,110). Sum of RGB (Red+Green+Blue) = 36+65+110=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #24416E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24416E is #DBBE91. Grayscale: #3D3D3D. Windows color (decimal): -14401170 or 7225636. OLE color: 7225636.

HSL color Cylindrical-coordinate representation of color #24416E: hue angle of 216.49º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24416E is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 36 65 110 -
CMYK 0.67 0.41 0 0.57
HSL 216.49º 0.51% 0.29% -
HSV(B) 216.49º 0.67% 0.43% -
XYZ 5.43 5.28 15.48 -
YUV 61.46 155.39 109.84 -
System Red Green Blue C M Y K H S L
Decimal 36 65 110 0.67 0.41 0 0.57 216.49 0.51 0.29
Hex 24 41 6E 43 29 0 39 D8 33 1D
Octal 44 101 156 103 51 0 71 330 63 35
Binary 100100 1000001 1101110 1000011 101001 0 111001 11011000 110011 11101

Color Harmonies of #24416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24416E

Black with #24416E

Text Example


Text Example

White with #24416E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24416E; }

 p { color: rgb(36,65,110); }

 H1.HeaderClassName
 {
   color: #24416E;
 }
 .AnyTagClassName
 {
   color: #24416E;
 }
</style>

background-color css

<style>
 a { background-color: #24416E; }

 a { background-color: rgb(36,65,110); }

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

border-color css

<style>
 span { border-color: #24416E; }

 span { border-color: rgb(36,65,110); }

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