#25416D

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

Shades of Catalina Blue #25416D

Tints of Catalina Blue #25416D

Color information

#25416D (or 0x25416D) is unknown color: approx Catalina Blue. HEX triplet: 25, 41 and 6D. RGB value is (37,65,109). Sum of RGB (Red+Green+Blue) = 37+65+109=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #25416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25416D is #DABE92. Grayscale: #3D3D3D. Windows color (decimal): -14335635 or 7160101. OLE color: 7160101.

HSL color Cylindrical-coordinate representation of color #25416D: hue angle of 216.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25416D is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3765109-
CMYK0.660.4000.57
HSL216.67º49.32%28.63%-
HSV(B)216.67º66.06%42.75%-
XYZ5.415.2815.2-
YUV61.64154.72110.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.54%
GREEN value IS 65 (25.78% from 255) = 30.81%
BLUE value IS 109 (42.97% from 255) = 51.66%
R=17.54%
G=30.81%
B=51.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37651090.660.4000.57216.6749.3228.63
Hex25416D4228039d9311d
Octal45101155102500713316135
Binary10010110000011101101100001010100001110011101100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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