#254568

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

Shades of Catalina Blue #254568

Tints of Catalina Blue #254568

Color information

#254568 (or 0x254568) is unknown color: approx Catalina Blue. HEX triplet: 25, 45 and 68. RGB value is (37,69,104). Sum of RGB (Red+Green+Blue) = 37+69+104=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #254568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254568 is #DABA97. Grayscale: #3F3F3F. Windows color (decimal): -14334616 or 6833445. OLE color: 6833445.

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

Color convert

RGB3769104-
CMYK0.640.3400.59
HSL211.34º47.52%27.65%-
HSV(B)211.34º64.42%40.78%-
XYZ5.395.6513.9-
YUV63.42150.9109.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.62%
GREEN value IS 69 (27.34% from 255) = 32.86%
BLUE value IS 104 (41.02% from 255) = 49.52%
R=17.62%
G=32.86%
B=49.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37691040.640.3400.59211.3447.5227.65
Hex254568402203Bd3301c
Octal45105150100420733236034
Binary10010110001011101000100000010001001110111101001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254568; }

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

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

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

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

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

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

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

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