#254363

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

Shades of Catalina Blue #254363

Tints of Catalina Blue #254363

Color information

#254363 (or 0x254363) is unknown color: approx Catalina Blue. HEX triplet: 25, 43 and 63. RGB value is (37,67,99). Sum of RGB (Red+Green+Blue) = 37+67+99=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #254363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254363 is #DABC9C. Grayscale: #3D3D3D. Windows color (decimal): -14335133 or 6505253. OLE color: 6505253.

HSL color Cylindrical-coordinate representation of color #254363: hue angle of 210.97º 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 #254363 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB376799-
CMYK0.630.3200.61
HSL210.97º45.59%26.67%-
HSV(B)210.97º62.63%38.82%-
XYZ5.025.3112.56-
YUV61.68149.06110.4-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.23%
GREEN value IS 67 (26.56% from 255) = 33.00%
BLUE value IS 99 (39.06% from 255) = 48.77%
R=18.23%
G=33.00%
B=48.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3767990.630.3200.61210.9745.5926.67
Hex2543633F2003Dd32e1b
Octal4510314377400753235633
Binary1001011000011110001111111110000001111011101001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254363; }

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

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

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

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

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

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

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

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