#254163

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

Shades of Catalina Blue #254163

Tints of Catalina Blue #254163

Color information

#254163 (or 0x254163) is unknown color: approx Catalina Blue. HEX triplet: 25, 41 and 63. RGB value is (37,65,99). Sum of RGB (Red+Green+Blue) = 37+65+99=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #254163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254163 is #DABE9C. Grayscale: #3C3C3C. Windows color (decimal): -14335645 or 6504741. OLE color: 6504741.

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

Color convert

RGB376599-
CMYK0.630.3400.61
HSL212.9º45.59%26.67%-
HSV(B)212.9º62.63%38.82%-
XYZ4.915.0712.53-
YUV60.5149.72111.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.41%
GREEN value IS 65 (25.78% from 255) = 32.34%
BLUE value IS 99 (39.06% from 255) = 49.25%
R=18.41%
G=32.34%
B=49.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3765990.630.3400.61212.945.5926.67
Hex2541633F2203Dd52e1b
Octal4510114377420753255633
Binary1001011000001110001111111110001001111011101010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254163; }

 p { color: rgb(37,65,99); }

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

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

 a { background-color: rgb(37,65,99); }

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

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

 span { border-color: rgb(37,65,99); }

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