Html Css Color HEX #243D5D Catalina Blue

📋 copy color: '#243D5D'

red 36 ◦ green 61 ◦ blue 93

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

Shades of Catalina Blue #243D5D

Tints of Catalina Blue #243D5D

RGB

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

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

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

R = 18.95%
G = 32.11%
B = 48.95%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#243D5D (or 0x243D5D) is known color: Catalina Blue. HEX triplet: 24, 3D and 5D. RGB value is (36,61,93). Sum of RGB (Red+Green+Blue) = 36+61+93=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #243D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243D5D is #DBC2A2. Grayscale: #393939. Windows color (decimal): -14402211 or 6110500. OLE color: 6110500.

HSL color Cylindrical-coordinate representation of color #243D5D: hue angle of 213.68º 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 #243D5D is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 61 93 -
CMYK 0.61 0.34 0 0.64
HSL 213.68º 0.44% 0.25% -
HSV(B) 213.68º 0.61% 0.36% -
XYZ 4.37 4.5 10.99 -
YUV 57.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 36 61 93 0.61 0.34 0 0.64 213.68 0.44 0.25
Hex 24 3D 5D 3D 22 0 40 D6 2C 19
Octal 44 75 135 75 42 0 100 326 54 31
Binary 100100 111101 1011101 111101 100010 0 1000000 11010110 101100 11001

Color Harmonies of #243D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243D5D

Black with #243D5D

Text Example


Text Example

White with #243D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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