#254069

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

Shades of Catalina Blue #254069

Tints of Catalina Blue #254069

Color information

#254069 (or 0x254069) is unknown color: approx Catalina Blue. HEX triplet: 25, 40 and 69. RGB value is (37,64,105). Sum of RGB (Red+Green+Blue) = 37+64+105=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #254069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254069 is #DABF96. Grayscale: #3C3C3C. Windows color (decimal): -14335895 or 6897701. OLE color: 6897701.

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

Color convert

RGB3764105-
CMYK0.650.3900.59
HSL216.18º47.89%27.84%-
HSV(B)216.18º64.76%41.18%-
XYZ5.155.0814.07-
YUV60.6153.05111.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.96%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 105 (41.41% from 255) = 50.97%
R=17.96%
G=31.07%
B=50.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37641050.650.3900.59216.1847.8927.84
Hex254069412703Bd8301c
Octal45100151101470733306034
Binary10010110000001101001100000110011101110111101100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254069; }

 p { color: rgb(37,64,105); }

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

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

 a { background-color: rgb(37,64,105); }

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

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

 span { border-color: rgb(37,64,105); }

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