Html Css Color HEX #243D66 Catalina Blue

📋 copy color: '#243D66'

red 36 ◦ green 61 ◦ blue 102

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

Shades of Catalina Blue #243D66

Tints of Catalina Blue #243D66

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.65%

 BLUE value IS 102 (40.23% from 255) = 51.26%

R = 18.09%
G = 30.65%
B = 51.26%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#243D66 (or 0x243D66) is known color: Catalina Blue. HEX triplet: 24, 3D and 66. RGB value is (36,61,102). Sum of RGB (Red+Green+Blue) = 36+61+102=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #243D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243D66 is #DBC299. Grayscale: #3A3A3A. Windows color (decimal): -14402202 or 6700324. OLE color: 6700324.

HSL color Cylindrical-coordinate representation of color #243D66: hue angle of 217.27º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #243D66 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 36 61 102 -
CMYK 0.65 0.40 0 0.6
HSL 217.27º 0.48% 0.27% -
HSV(B) 217.27º 0.65% 0.4% -
XYZ 4.79 4.67 13.22 -
YUV 58.2 152.72 112.17 -
System Red Green Blue C M Y K H S L
Decimal 36 61 102 0.65 0.40 0 0.6 217.27 0.48 0.27
Hex 24 3D 66 41 28 0 3C D9 30 1B
Octal 44 75 146 101 50 0 74 331 60 33
Binary 100100 111101 1100110 1000001 101000 0 111100 11011001 110000 11011

Color Harmonies of #243D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243D66

Black with #243D66

Text Example


Text Example

White with #243D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,61,102); }

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

background-color css

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

 a { background-color: rgb(36,61,102); }

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

border-color css

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

 span { border-color: rgb(36,61,102); }

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