Html Css Color HEX #243565 Catalina Blue

📋 copy color: '#243565'

red 36 ◦ green 53 ◦ blue 101

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

Shades of Catalina Blue #243565

Tints of Catalina Blue #243565

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.89%

 BLUE value IS 101 (39.84% from 255) = 53.16%

R = 18.95%
G = 27.89%
B = 53.16%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#243565 (or 0x243565) is known color: Catalina Blue. HEX triplet: 24, 35 and 65. RGB value is (36,53,101). Sum of RGB (Red+Green+Blue) = 36+53+101=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #243565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243565 is #DBCA9A. Grayscale: #353535. Windows color (decimal): -14404251 or 6632740. OLE color: 6632740.

HSL color Cylindrical-coordinate representation of color #243565: hue angle of 224.31º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #243565 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 36 53 101 -
CMYK 0.64 0.48 0 0.60
HSL 224.31º 0.47% 0.27% -
HSV(B) 224.31º 0.64% 0.4% -
XYZ 4.35 3.86 12.83 -
YUV 53.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 36 53 101 0.64 0.48 0 0.60 224.31 0.47 0.27
Hex 24 35 65 40 30 0 3C E0 2F 1B
Octal 44 65 145 100 60 0 74 340 57 33
Binary 100100 110101 1100101 1000000 110000 0 111100 11100000 101111 11011

Color Harmonies of #243565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243565

Black with #243565

Text Example


Text Example

White with #243565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243565; }

 p { color: rgb(36,53,101); }

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

background-color css

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

 a { background-color: rgb(36,53,101); }

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

border-color css

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

 span { border-color: rgb(36,53,101); }

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