#254168

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

Shades of Catalina Blue #254168

Tints of Catalina Blue #254168

Color information

#254168 (or 0x254168) is unknown color: approx Catalina Blue. HEX triplet: 25, 41 and 68. RGB value is (37,65,104). Sum of RGB (Red+Green+Blue) = 37+65+104=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #254168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254168 is #DABE97. Grayscale: #3C3C3C. Windows color (decimal): -14335640 or 6832421. OLE color: 6832421.

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

Color convert

RGB3765104-
CMYK0.640.3800.59
HSL214.93º47.52%27.65%-
HSV(B)214.93º64.42%40.78%-
XYZ5.155.1713.82-
YUV61.07152.22110.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.96%
GREEN value IS 65 (25.78% from 255) = 31.55%
BLUE value IS 104 (41.02% from 255) = 50.49%
R=17.96%
G=31.55%
B=50.49%

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
Decimal37651040.640.3800.59214.9347.5227.65
Hex254168402603Bd7301c
Octal45101150100460733276034
Binary10010110000011101000100000010011001110111101011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254168; }

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

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

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

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

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

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

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

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