#254364

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

Shades of Catalina Blue #254364

Tints of Catalina Blue #254364

Color information

#254364 (or 0x254364) is unknown color: approx Catalina Blue. HEX triplet: 25, 43 and 64. RGB value is (37,67,100). Sum of RGB (Red+Green+Blue) = 37+67+100=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 100 (39.45% from 255 or 49.02% from 204); Max value from RGB is 100 - color contains mainly: blue. Hex color #254364 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254364 is #DABC9B. Grayscale: #3D3D3D. Windows color (decimal): -14335132 or 6570789. OLE color: 6570789.

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

Color convert

RGB3767100-
CMYK0.630.3300.61
HSL211.43º45.99%26.86%-
HSV(B)211.43º63%39.22%-
XYZ5.075.3312.82-
YUV61.79149.56110.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.14%
GREEN value IS 67 (26.56% from 255) = 32.84%
BLUE value IS 100 (39.45% from 255) = 49.02%
R=18.14%
G=32.84%
B=49.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal37671000.630.3300.61211.4345.9926.86
Hex2543643F2103Dd32e1b
Octal4510314477410753235633
Binary1001011000011110010011111110000101111011101001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254364; }

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

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

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

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

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

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

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

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