Html Css Color HEX #243B60 Catalina Blue

📋 copy color: '#243B60'

red 36 ◦ green 59 ◦ blue 96

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

Shades of Catalina Blue #243B60

Tints of Catalina Blue #243B60

RGB

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

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

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

R = 18.85%
G = 30.89%
B = 50.26%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#243B60 (or 0x243B60) is known color: Catalina Blue. HEX triplet: 24, 3B and 60. RGB value is (36,59,96). Sum of RGB (Red+Green+Blue) = 36+59+96=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #243B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243B60 is #DBC49F. Grayscale: #383838. Windows color (decimal): -14402720 or 6306596. OLE color: 6306596.

HSL color Cylindrical-coordinate representation of color #243B60: hue angle of 217º 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 #243B60 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 36 59 96 -
CMYK 0.62 0.39 0 0.62
HSL 217º 0.45% 0.26% -
HSV(B) 217º 0.63% 0.38% -
XYZ 4.4 4.35 11.67 -
YUV 56.34 150.38 113.49 -
System Red Green Blue C M Y K H S L
Decimal 36 59 96 0.62 0.39 0 0.62 217 0.45 0.26
Hex 24 3B 60 3E 27 0 3E D9 2D 1A
Octal 44 73 140 76 47 0 76 331 55 32
Binary 100100 111011 1100000 111110 100111 0 111110 11011001 101101 11010

Color Harmonies of #243B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243B60

Black with #243B60

Text Example


Text Example

White with #243B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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