#254066

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

Shades of Catalina Blue #254066

Tints of Catalina Blue #254066

Color information

#254066 (or 0x254066) is unknown color: approx Catalina Blue. HEX triplet: 25, 40 and 66. RGB value is (37,64,102). Sum of RGB (Red+Green+Blue) = 37+64+102=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #254066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254066 is #DABF99. Grayscale: #3C3C3C. Windows color (decimal): -14335898 or 6701093. OLE color: 6701093.

HSL color Cylindrical-coordinate representation of color #254066: hue angle of 215.08º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #254066 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3764102-
CMYK0.640.3700.6
HSL215.08º46.76%27.25%-
HSV(B)215.08º63.73%40%-
XYZ4.995.0213.28-
YUV60.26151.55111.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.23%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 102 (40.23% from 255) = 50.25%
R=18.23%
G=31.53%
B=50.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37641020.640.3700.6215.0846.7627.25
Hex254066402503Cd72f1b
Octal45100146100450743275733
Binary10010110000001100110100000010010101111001101011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254066; }

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

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

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

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

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

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

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

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