Html Css Color HEX #243F5D Catalina Blue

📋 copy color: '#243F5D'

red 36 ◦ green 63 ◦ blue 93

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

Shades of Catalina Blue #243F5D

Tints of Catalina Blue #243F5D

RGB

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

 GREEN value IS 63 (25% from 255) = 32.81%

 BLUE value IS 93 (36.72% from 255) = 48.44%

R = 18.75%
G = 32.81%
B = 48.44%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#243F5D (or 0x243F5D) is known color: Catalina Blue. HEX triplet: 24, 3F and 5D. RGB value is (36,63,93). Sum of RGB (Red+Green+Blue) = 36+63+93=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #243F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243F5D is #DBC0A2. Grayscale: #3A3A3A. Windows color (decimal): -14401699 or 6111012. OLE color: 6111012.

HSL color Cylindrical-coordinate representation of color #243F5D: hue angle of 211.58º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #243F5D is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 63 93 -
CMYK 0.61 0.32 0 0.64
HSL 211.58º 0.44% 0.25% -
HSV(B) 211.58º 0.61% 0.36% -
XYZ 4.48 4.72 11.03 -
YUV 58.35 147.55 112.06 -
System Red Green Blue C M Y K H S L
Decimal 36 63 93 0.61 0.32 0 0.64 211.58 0.44 0.25
Hex 24 3F 5D 3D 20 0 40 D4 2C 19
Octal 44 77 135 75 40 0 100 324 54 31
Binary 100100 111111 1011101 111101 100000 0 1000000 11010100 101100 11001

Color Harmonies of #243F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243F5D

Black with #243F5D

Text Example


Text Example

White with #243F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,63,93); }

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

background-color css

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

 a { background-color: rgb(36,63,93); }

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

border-color css

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

 span { border-color: rgb(36,63,93); }

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