#25385F

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

Shades of Catalina Blue #25385F

Tints of Catalina Blue #25385F

Color information

#25385F (or 0x25385F) is unknown color: approx Catalina Blue. HEX triplet: 25, 38 and 5F. RGB value is (37,56,95). Sum of RGB (Red+Green+Blue) = 37+56+95=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 95 (37.5% from 255 or 50.53% from 188); Max value from RGB is 95 - color contains mainly: blue. Hex color #25385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25385F is #DAC7A0. Grayscale: #363636. Windows color (decimal): -14337953 or 6240293. OLE color: 6240293.

HSL color Cylindrical-coordinate representation of color #25385F: hue angle of 220.34º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25385F is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB375695-
CMYK0.610.4100.63
HSL220.34º43.94%25.88%-
HSV(B)220.34º61.05%37.25%-
XYZ4.244.0511.38-
YUV54.76150.71115.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 56 (22.27% from 255) = 29.79%
BLUE value IS 95 (37.5% from 255) = 50.53%
R=19.68%
G=29.79%
B=50.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3756950.610.4100.63220.3443.9425.88
Hex25385F3D2903Fdc2c1a
Octal457013775510773345432
Binary100101111000101111111110110100101111111101110010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25385F; }

 p { color: rgb(37,56,95); }

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

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

 a { background-color: rgb(37,56,95); }

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

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

 span { border-color: rgb(37,56,95); }

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