#254369

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

Shades of Catalina Blue #254369

Tints of Catalina Blue #254369

Color information

#254369 (or 0x254369) is unknown color: approx Catalina Blue. HEX triplet: 25, 43 and 69. RGB value is (37,67,105). Sum of RGB (Red+Green+Blue) = 37+67+105=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #254369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254369 is #DABC96. Grayscale: #3E3E3E. Windows color (decimal): -14335127 or 6898469. OLE color: 6898469.

HSL color Cylindrical-coordinate representation of color #254369: hue angle of 213.53º 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 #254369 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3767105-
CMYK0.650.3600.59
HSL213.53º47.89%27.84%-
HSV(B)213.53º64.76%41.18%-
XYZ5.325.4314.13-
YUV62.36152.06109.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.70%
GREEN value IS 67 (26.56% from 255) = 32.06%
BLUE value IS 105 (41.41% from 255) = 50.24%
R=17.70%
G=32.06%
B=50.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37671050.650.3600.59213.5347.8927.84
Hex254369412403Bd6301c
Octal45103151101440733266034
Binary10010110000111101001100000110010001110111101011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254369; }

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

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

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

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

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

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

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

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