#243952

Color #243952 Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #243952

Tints of Catalina Blue #243952

Color information

#243952 (or 0x243952) is unknown color: approx Catalina Blue. HEX triplet: 24, 39 and 52. RGB value is (36,57,82). Sum of RGB (Red+Green+Blue) = 36+57+82=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 82 - color contains mainly: blue. Hex color #243952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243952 is #DBC6AD. Grayscale: #353535. Windows color (decimal): -14403246 or 5388580. OLE color: 5388580.

HSL color Cylindrical-coordinate representation of color #243952: hue angle of 212.61º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #243952 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB365782-
CMYK0.560.3000.68
HSL212.61º38.98%23.14%-
HSV(B)212.61º56.1%32.16%-
XYZ3.713.918.54-
YUV53.57144.04115.47-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.57%
GREEN value IS 57 (22.66% from 255) = 32.57%
BLUE value IS 82 (32.42% from 255) = 46.86%
R=20.57%
G=32.57%
B=46.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3657820.560.3000.68212.6138.9823.14
Hex243952381E044d52717
Octal4471122703601043254727
Binary100100111001101001011100011110010001001101010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243952; }

 p { color: rgb(36,57,82); }

 H1.HeaderClassName
 {
   color: #243952;
 }
 .AnyTagClassName
 {
   color: #243952;
 }
</style>
background-color css

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

 a { background-color: rgb(36,57,82); }

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

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

 span { border-color: rgb(36,57,82); }

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