Html Css Color HEX #24416F Catalina Blue

📋 copy color: '#24416F'

red 36 ◦ green 65 ◦ blue 111

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

Shades of Catalina Blue #24416F

Tints of Catalina Blue #24416F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 52.36%

R = 16.98%
G = 30.66%
B = 52.36%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#24416F (or 0x24416F) is known color: Catalina Blue. HEX triplet: 24, 41 and 6F. RGB value is (36,65,111). Sum of RGB (Red+Green+Blue) = 36+65+111=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #24416F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24416F is #DBBE90. Grayscale: #3D3D3D. Windows color (decimal): -14401169 or 7291172. OLE color: 7291172.

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

Color convert

RGB 36 65 111 -
CMYK 0.68 0.41 0 0.56
HSL 216.8º 0.51% 0.29% -
HSV(B) 216.8º 0.68% 0.44% -
XYZ 5.49 5.3 15.77 -
YUV 61.57 155.89 109.76 -
System Red Green Blue C M Y K H S L
Decimal 36 65 111 0.68 0.41 0 0.56 216.8 0.51 0.29
Hex 24 41 6F 44 29 0 38 D9 33 1D
Octal 44 101 157 104 51 0 70 331 63 35
Binary 100100 1000001 1101111 1000100 101001 0 111000 11011001 110011 11101

Color Harmonies of #24416F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24416F

Black with #24416F

Text Example


Text Example

White with #24416F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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