#254465

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

Shades of Catalina Blue #254465

Tints of Catalina Blue #254465

Color information

#254465 (or 0x254465) is unknown color: approx Catalina Blue. HEX triplet: 25, 44 and 65. RGB value is (37,68,101). Sum of RGB (Red+Green+Blue) = 37+68+101=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #254465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254465 is #DABB9A. Grayscale: #3E3E3E. Windows color (decimal): -14334875 or 6636581. OLE color: 6636581.

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

Color convert

RGB3768101-
CMYK0.630.3300.60
HSL210.94º46.38%27.06%-
HSV(B)210.94º63.37%39.61%-
XYZ5.185.4713.09-
YUV62.49149.73109.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.96%
GREEN value IS 68 (26.95% from 255) = 33.01%
BLUE value IS 101 (39.84% from 255) = 49.03%
R=17.96%
G=33.01%
B=49.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37681010.630.3300.60210.9446.3827.06
Hex2544653F2103Cd32e1b
Octal4510414577410743235633
Binary1001011000100110010111111110000101111001101001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254465; }

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

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

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

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

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

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

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

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