#25466C

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

Shades of Catalina Blue #25466C

Tints of Catalina Blue #25466C

Color information

#25466C (or 0x25466C) is unknown color: approx Catalina Blue. HEX triplet: 25, 46 and 6C. RGB value is (37,70,108). Sum of RGB (Red+Green+Blue) = 37+70+108=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #25466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25466C is #DAB993. Grayscale: #404040. Windows color (decimal): -14334356 or 7095845. OLE color: 7095845.

HSL color Cylindrical-coordinate representation of color #25466C: hue angle of 212.11º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25466C is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3770108-
CMYK0.660.3500.58
HSL212.11º48.97%28.43%-
HSV(B)212.11º65.74%42.35%-
XYZ5.665.8615.02-
YUV64.46152.57108.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.21%
GREEN value IS 70 (27.73% from 255) = 32.56%
BLUE value IS 108 (42.58% from 255) = 50.23%
R=17.21%
G=32.56%
B=50.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37701080.660.3500.58212.1148.9728.43
Hex25466C422303Ad4311c
Octal45106154102430723246134
Binary10010110001101101100100001010001101110101101010011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25466C; }

 p { color: rgb(37,70,108); }

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

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

 a { background-color: rgb(37,70,108); }

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

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

 span { border-color: rgb(37,70,108); }

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