#253865

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

Shades of Catalina Blue #253865

Tints of Catalina Blue #253865

Color information

#253865 (or 0x253865) is unknown color: approx Catalina Blue. HEX triplet: 25, 38 and 65. RGB value is (37,56,101). Sum of RGB (Red+Green+Blue) = 37+56+101=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #253865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253865 is #DAC79A. Grayscale: #373737. Windows color (decimal): -14337947 or 6633509. OLE color: 6633509.

HSL color Cylindrical-coordinate representation of color #253865: hue angle of 222.19º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #253865 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3756101-
CMYK0.630.4500.60
HSL222.19º46.38%27.06%-
HSV(B)222.19º63.37%39.61%-
XYZ4.534.1612.88-
YUV55.45153.71114.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.07%
GREEN value IS 56 (22.27% from 255) = 28.87%
BLUE value IS 101 (39.84% from 255) = 52.06%
R=19.07%
G=28.87%
B=52.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37561010.630.4500.60222.1946.3827.06
Hex2538653F2D03Cde2e1b
Octal457014577550743365633
Binary100101111000110010111111110110101111001101111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253865; }

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

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

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

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

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

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

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

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