#25385A

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

Shades of Catalina Blue #25385A

Tints of Catalina Blue #25385A

Color information

#25385A (or 0x25385A) is unknown color: approx Catalina Blue. HEX triplet: 25, 38 and 5A. RGB value is (37,56,90). Sum of RGB (Red+Green+Blue) = 37+56+90=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #25385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25385A is #DAC7A5. Grayscale: #363636. Windows color (decimal): -14337958 or 5912613. OLE color: 5912613.

HSL color Cylindrical-coordinate representation of color #25385A: hue angle of 218.49º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25385A is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB375690-
CMYK0.590.3800.65
HSL218.49º41.73%24.9%-
HSV(B)218.49º58.89%35.29%-
XYZ4.023.9610.23-
YUV54.2148.21115.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.22%
GREEN value IS 56 (22.27% from 255) = 30.60%
BLUE value IS 90 (35.55% from 255) = 49.18%
R=20.22%
G=30.60%
B=49.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3756900.590.3800.65218.4941.7324.9
Hex25385A3B26041da2a19
Octal4570132734601013325231
Binary1001011110001011010111011100110010000011101101010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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