#25466A

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

Shades of Catalina Blue #25466A

Tints of Catalina Blue #25466A

Color information

#25466A (or 0x25466A) is unknown color: approx Catalina Blue. HEX triplet: 25, 46 and 6A. RGB value is (37,70,106). Sum of RGB (Red+Green+Blue) = 37+70+106=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 106 (41.80% from 255 or 49.77% from 213); Max value from RGB is 106 - color contains mainly: blue. Hex color #25466A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25466A is #DAB995. Grayscale: #404040. Windows color (decimal): -14334358 or 6964773. OLE color: 6964773.

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

Color convert

RGB3770106-
CMYK0.650.3400.58
HSL211.3º48.25%28.04%-
HSV(B)211.3º65.09%41.57%-
XYZ5.555.8114.47-
YUV64.24151.57108.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.37%
GREEN value IS 70 (27.73% from 255) = 32.86%
BLUE value IS 106 (41.80% from 255) = 49.77%
R=17.37%
G=32.86%
B=49.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37701060.650.3400.58211.348.2528.04
Hex25466A412203Ad3301c
Octal45106152101420723236034
Binary10010110001101101010100000110001001110101101001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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