#25416A

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

Shades of Catalina Blue #25416A

Tints of Catalina Blue #25416A

Color information

#25416A (or 0x25416A) is unknown color: approx Catalina Blue. HEX triplet: 25, 41 and 6A. RGB value is (37,65,106). Sum of RGB (Red+Green+Blue) = 37+65+106=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #25416A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25416A is #DABE95. Grayscale: #3D3D3D. Windows color (decimal): -14335638 or 6963493. OLE color: 6963493.

HSL color Cylindrical-coordinate representation of color #25416A: hue angle of 215.65º 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 #25416A is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3765106-
CMYK0.650.3900.58
HSL215.65º48.25%28.04%-
HSV(B)215.65º65.09%41.57%-
XYZ5.255.2114.37-
YUV61.3153.22110.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.79%
GREEN value IS 65 (25.78% from 255) = 31.25%
BLUE value IS 106 (41.80% from 255) = 50.96%
R=17.79%
G=31.25%
B=50.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37651060.650.3900.58215.6548.2528.04
Hex25416A412703Ad8301c
Octal45101152101470723306034
Binary10010110000011101010100000110011101110101101100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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