#253854

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

Shades of Catalina Blue #253854

Tints of Catalina Blue #253854

Color information

#253854 (or 0x253854) is unknown color: approx Catalina Blue. HEX triplet: 25, 38 and 54. RGB value is (37,56,84). Sum of RGB (Red+Green+Blue) = 37+56+84=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 84 - color contains mainly: blue. Hex color #253854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253854 is #DAC7AB. Grayscale: #353535. Windows color (decimal): -14337964 or 5519397. OLE color: 5519397.

HSL color Cylindrical-coordinate representation of color #253854: hue angle of 215.74º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #253854 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB375684-
CMYK0.560.3300.67
HSL215.74º38.84%23.73%-
HSV(B)215.74º55.95%32.94%-
XYZ3.783.868.93-
YUV53.51145.21116.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.90%
GREEN value IS 56 (22.27% from 255) = 31.64%
BLUE value IS 84 (33.20% from 255) = 47.46%
R=20.90%
G=31.64%
B=47.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3756840.560.3300.67215.7438.8423.73
Hex2538543821043d82718
Octal4570124704101033304730
Binary1001011110001010100111000100001010000111101100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253854; }

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

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

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

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

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

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

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

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