Html Css Color HEX #243C58 Catalina Blue

📋 copy color: '#243C58'

red 36 ◦ green 60 ◦ blue 88

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

Shades of Catalina Blue #243C58

Tints of Catalina Blue #243C58

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.61%

 BLUE value IS 88 (34.77% from 255) = 47.83%

R = 19.57%
G = 32.61%
B = 47.83%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#243C58 (or 0x243C58) is known color: Catalina Blue. HEX triplet: 24, 3C and 58. RGB value is (36,60,88). Sum of RGB (Red+Green+Blue) = 36+60+88=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #243C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243C58 is #DBC3A7. Grayscale: #373737. Windows color (decimal): -14402472 or 5782564. OLE color: 5782564.

HSL color Cylindrical-coordinate representation of color #243C58: hue angle of 212.31º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #243C58 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 60 88 -
CMYK 0.59 0.32 0 0.65
HSL 212.31º 0.42% 0.24% -
HSV(B) 212.31º 0.59% 0.35% -
XYZ 4.1 4.31 9.85 -
YUV 56.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 36 60 88 0.59 0.32 0 0.65 212.31 0.42 0.24
Hex 24 3C 58 3B 20 0 41 D4 2A 18
Octal 44 74 130 73 40 0 101 324 52 30
Binary 100100 111100 1011000 111011 100000 0 1000001 11010100 101010 11000

Color Harmonies of #243C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243C58

Black with #243C58

Text Example


Text Example

White with #243C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,60,88); }

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

background-color css

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

 a { background-color: rgb(36,60,88); }

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

border-color css

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

 span { border-color: rgb(36,60,88); }

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