#253968

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

Shades of Catalina Blue #253968

Tints of Catalina Blue #253968

Color information

#253968 (or 0x253968) is unknown color: approx Catalina Blue. HEX triplet: 25, 39 and 68. RGB value is (37,57,104). Sum of RGB (Red+Green+Blue) = 37+57+104=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #253968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253968 is #DAC697. Grayscale: #383838. Windows color (decimal): -14337688 or 6830373. OLE color: 6830373.

HSL color Cylindrical-coordinate representation of color #253968: hue angle of 222.09º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #253968 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3757104-
CMYK0.640.4500.59
HSL222.09º47.52%27.65%-
HSV(B)222.09º64.42%40.78%-
XYZ4.724.3213.68-
YUV56.38154.87114.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.69%
GREEN value IS 57 (22.66% from 255) = 28.79%
BLUE value IS 104 (41.02% from 255) = 52.53%
R=18.69%
G=28.79%
B=52.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37571040.640.4500.59222.0947.5227.65
Hex253968402D03Bde301c
Octal4571150100550733366034
Binary1001011110011101000100000010110101110111101111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253968; }

 p { color: rgb(37,57,104); }

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

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

 a { background-color: rgb(37,57,104); }

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

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

 span { border-color: rgb(37,57,104); }

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