#25345D

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

Shades of Catalina Blue #25345D

Tints of Catalina Blue #25345D

Color information

#25345D (or 0x25345D) is unknown color: approx Catalina Blue. HEX triplet: 25, 34 and 5D. RGB value is (37,52,93). Sum of RGB (Red+Green+Blue) = 37+52+93=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #25345D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25345D is #DACBA2. Grayscale: #343434. Windows color (decimal): -14338979 or 6108197. OLE color: 6108197.

HSL color Cylindrical-coordinate representation of color #25345D: hue angle of 223.93º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25345D is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB375293-
CMYK0.600.4400.64
HSL223.93º43.08%25.49%-
HSV(B)223.93º60.22%36.47%-
XYZ3.973.6410.85-
YUV52.19151.03117.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.33%
GREEN value IS 52 (20.70% from 255) = 28.57%
BLUE value IS 93 (36.72% from 255) = 51.10%
R=20.33%
G=28.57%
B=51.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3752930.600.4400.64223.9343.0825.49
Hex25345D3C2C040e02b19
Octal4564135745401003405331
Binary1001011101001011101111100101100010000001110000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,52,93); }

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

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

 a { background-color: rgb(37,52,93); }

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

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

 span { border-color: rgb(37,52,93); }

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