#274060

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

Shades of Catalina Blue #274060

Tints of Catalina Blue #274060

Color information

#274060 (or 0x274060) is unknown color: approx Catalina Blue. HEX triplet: 27, 40 and 60. RGB value is (39,64,96). Sum of RGB (Red+Green+Blue) = 39+64+96=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #274060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274060 is #D8BF9F. Grayscale: #3C3C3C. Windows color (decimal): -14204832 or 6307879. OLE color: 6307879.

HSL color Cylindrical-coordinate representation of color #274060: hue angle of 213.68º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #274060 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB396496-
CMYK0.590.3300.62
HSL213.68º42.22%26.47%-
HSV(B)213.68º59.38%37.65%-
XYZ4.784.9411.77-
YUV60.17148.22112.9-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.60%
GREEN value IS 64 (25.39% from 255) = 32.16%
BLUE value IS 96 (37.89% from 255) = 48.24%
R=19.60%
G=32.16%
B=48.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3964960.590.3300.62213.6842.2226.47
Hex2740603B2103Ed62a1a
Octal4710014073410763265232
Binary1001111000000110000011101110000101111101101011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274060; }

 p { color: rgb(39,64,96); }

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

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

 a { background-color: rgb(39,64,96); }

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

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

 span { border-color: rgb(39,64,96); }

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