#254468

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

Shades of Catalina Blue #254468

Tints of Catalina Blue #254468

Color information

#254468 (or 0x254468) is unknown color: approx Catalina Blue. HEX triplet: 25, 44 and 68. RGB value is (37,68,104). Sum of RGB (Red+Green+Blue) = 37+68+104=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #254468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254468 is #DABB97. Grayscale: #3E3E3E. Windows color (decimal): -14334872 or 6833189. OLE color: 6833189.

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

Color convert

RGB3768104-
CMYK0.640.3500.59
HSL212.24º47.52%27.65%-
HSV(B)212.24º64.42%40.78%-
XYZ5.335.5313.88-
YUV62.84151.23109.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.70%
GREEN value IS 68 (26.95% from 255) = 32.54%
BLUE value IS 104 (41.02% from 255) = 49.76%
R=17.70%
G=32.54%
B=49.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37681040.640.3500.59212.2447.5227.65
Hex254468402303Bd4301c
Octal45104150100430733246034
Binary10010110001001101000100000010001101110111101010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254468; }

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

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

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

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

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

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

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

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