Html Css Color HEX #243C69 Catalina Blue

📋 copy color: '#243C69'

red 36 ◦ green 60 ◦ blue 105

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

Shades of Catalina Blue #243C69

Tints of Catalina Blue #243C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 52.24%

R = 17.91%
G = 29.85%
B = 52.24%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#243C69 (or 0x243C69) is known color: Catalina Blue. HEX triplet: 24, 3C and 69. RGB value is (36,60,105). Sum of RGB (Red+Green+Blue) = 36+60+105=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #243C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243C69 is #DBC396. Grayscale: #393939. Windows color (decimal): -14402455 or 6896676. OLE color: 6896676.

HSL color Cylindrical-coordinate representation of color #243C69: hue angle of 219.13º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #243C69 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 60 105 -
CMYK 0.66 0.43 0 0.59
HSL 219.13º 0.49% 0.28% -
HSV(B) 219.13º 0.66% 0.41% -
XYZ 4.89 4.63 14 -
YUV 57.95 154.55 112.34 -
System Red Green Blue C M Y K H S L
Decimal 36 60 105 0.66 0.43 0 0.59 219.13 0.49 0.28
Hex 24 3C 69 42 2B 0 3B DB 31 1C
Octal 44 74 151 102 53 0 73 333 61 34
Binary 100100 111100 1101001 1000010 101011 0 111011 11011011 110001 11100

Color Harmonies of #243C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243C69

Black with #243C69

Text Example


Text Example

White with #243C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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