Html Css Color HEX #243E60 Catalina Blue

📋 copy color: '#243E60'

red 36 ◦ green 62 ◦ blue 96

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

Shades of Catalina Blue #243E60

Tints of Catalina Blue #243E60

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.96%

 BLUE value IS 96 (37.89% from 255) = 49.48%

R = 18.56%
G = 31.96%
B = 49.48%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#243E60 (or 0x243E60) is known color: Catalina Blue. HEX triplet: 24, 3E and 60. RGB value is (36,62,96). Sum of RGB (Red+Green+Blue) = 36+62+96=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #243E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243E60 is #DBC19F. Grayscale: #393939. Windows color (decimal): -14401952 or 6307364. OLE color: 6307364.

HSL color Cylindrical-coordinate representation of color #243E60: hue angle of 214º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #243E60 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 36 62 96 -
CMYK 0.62 0.35 0 0.62
HSL 214º 0.45% 0.26% -
HSV(B) 214º 0.63% 0.38% -
XYZ 4.56 4.66 11.73 -
YUV 58.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 36 62 96 0.62 0.35 0 0.62 214 0.45 0.26
Hex 24 3E 60 3E 23 0 3E D6 2D 1A
Octal 44 76 140 76 43 0 76 326 55 32
Binary 100100 111110 1100000 111110 100011 0 111110 11010110 101101 11010

Color Harmonies of #243E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243E60

Black with #243E60

Text Example


Text Example

White with #243E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243E60; }

 p { color: rgb(36,62,96); }

 H1.HeaderClassName
 {
   color: #243E60;
 }
 .AnyTagClassName
 {
   color: #243E60;
 }
</style>

background-color css

<style>
 a { background-color: #243E60; }

 a { background-color: rgb(36,62,96); }

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

border-color css

<style>
 span { border-color: #243E60; }

 span { border-color: rgb(36,62,96); }

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