#253969

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

Shades of Catalina Blue #253969

Tints of Catalina Blue #253969

Color information

#253969 (or 0x253969) is unknown color: approx Catalina Blue. HEX triplet: 25, 39 and 69. RGB value is (37,57,105). Sum of RGB (Red+Green+Blue) = 37+57+105=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #253969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253969 is #DAC696. Grayscale: #383838. Windows color (decimal): -14337687 or 6895909. OLE color: 6895909.

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

Color convert

RGB3757105-
CMYK0.650.4600.59
HSL222.35º47.89%27.84%-
HSV(B)222.35º64.76%41.18%-
XYZ4.784.3413.95-
YUV56.49155.37114.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.59%
GREEN value IS 57 (22.66% from 255) = 28.64%
BLUE value IS 105 (41.41% from 255) = 52.76%
R=18.59%
G=28.64%
B=52.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37571050.650.4600.59222.3547.8927.84
Hex253969412E03Bde301c
Octal4571151101560733366034
Binary1001011110011101001100000110111001110111101111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253969; }

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

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

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

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

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

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

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

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