Html Css Color HEX #243C6C Catalina Blue

📋 copy color: '#243C6C'

red 36 ◦ green 60 ◦ blue 108

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

Shades of Catalina Blue #243C6C

Tints of Catalina Blue #243C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 52.94%

R = 17.65%
G = 29.41%
B = 52.94%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#243C6C (or 0x243C6C) is known color: Catalina Blue. HEX triplet: 24, 3C and 6C. RGB value is (36,60,108). Sum of RGB (Red+Green+Blue) = 36+60+108=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #243C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243C6C is #DBC393. Grayscale: #3A3A3A. Windows color (decimal): -14402452 or 7093284. OLE color: 7093284.

HSL color Cylindrical-coordinate representation of color #243C6C: hue angle of 220º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #243C6C is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 36 60 108 -
CMYK 0.67 0.44 0 0.58
HSL 220º 0.5% 0.28% -
HSV(B) 220º 0.67% 0.42% -
XYZ 5.05 4.69 14.83 -
YUV 58.3 156.05 112.1 -
System Red Green Blue C M Y K H S L
Decimal 36 60 108 0.67 0.44 0 0.58 220 0.5 0.28
Hex 24 3C 6C 43 2C 0 3A DC 32 1C
Octal 44 74 154 103 54 0 72 334 62 34
Binary 100100 111100 1101100 1000011 101100 0 111010 11011100 110010 11100

Color Harmonies of #243C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243C6C

Black with #243C6C

Text Example


Text Example

White with #243C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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