#244468

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

Shades of Catalina Blue #244468

Tints of Catalina Blue #244468

Color information

#244468 (or 0x244468) is unknown color: approx Catalina Blue. HEX triplet: 24, 44 and 68. RGB value is (36,68,104). Sum of RGB (Red+Green+Blue) = 36+68+104=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #244468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244468 is #DBBB97. Grayscale: #3E3E3E. Windows color (decimal): -14400408 or 6833188. OLE color: 6833188.

HSL color Cylindrical-coordinate representation of color #244468: hue angle of 211.76º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #244468 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3668104-
CMYK0.650.3500.59
HSL211.76º48.57%27.45%-
HSV(B)211.76º65.38%40.78%-
XYZ5.295.5113.88-
YUV62.54151.4109.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.31%
GREEN value IS 68 (26.95% from 255) = 32.69%
BLUE value IS 104 (41.02% from 255) = 50%
R=17.31%
G=32.69%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36681040.650.3500.59211.7648.5727.45
Hex244468412303Bd4311b
Octal44104150101430733246133
Binary10010010001001101000100000110001101110111101010011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244468; }

 p { color: rgb(36,68,104); }

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

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

 a { background-color: rgb(36,68,104); }

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

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

 span { border-color: rgb(36,68,104); }

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