#254068

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

Shades of Catalina Blue #254068

Tints of Catalina Blue #254068

Color information

#254068 (or 0x254068) is unknown color: approx Catalina Blue. HEX triplet: 25, 40 and 68. RGB value is (37,64,104). Sum of RGB (Red+Green+Blue) = 37+64+104=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #254068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254068 is #DABF97. Grayscale: #3C3C3C. Windows color (decimal): -14335896 or 6832165. OLE color: 6832165.

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

Color convert

RGB3764104-
CMYK0.640.3800.59
HSL215.82º47.52%27.65%-
HSV(B)215.82º64.42%40.78%-
XYZ5.15.0613.8-
YUV60.49152.55111.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 64 (25.39% from 255) = 31.22%
BLUE value IS 104 (41.02% from 255) = 50.73%
R=18.05%
G=31.22%
B=50.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37641040.640.3800.59215.8247.5227.65
Hex254068402603Bd8301c
Octal45100150100460733306034
Binary10010110000001101000100000010011001110111101100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254068; }

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

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

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

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

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

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

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

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