#274160

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

Shades of Catalina Blue #274160

Tints of Catalina Blue #274160

Color information

#274160 (or 0x274160) is unknown color: approx Catalina Blue. HEX triplet: 27, 41 and 60. RGB value is (39,65,96). Sum of RGB (Red+Green+Blue) = 39+65+96=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #274160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274160 is #D8BE9F. Grayscale: #3C3C3C. Windows color (decimal): -14204576 or 6308135. OLE color: 6308135.

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

Color convert

RGB396596-
CMYK0.590.3200.62
HSL212.63º42.22%26.47%-
HSV(B)212.63º59.38%37.65%-
XYZ4.845.0611.79-
YUV60.76147.89112.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.5%
GREEN value IS 65 (25.78% from 255) = 32.5%
BLUE value IS 96 (37.89% from 255) = 48%
R=19.5%
G=32.5%
B=48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3965960.590.3200.62212.6342.2226.47
Hex2741603B2003Ed52a1a
Octal4710114073400763255232
Binary1001111000001110000011101110000001111101101010110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274160; }

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

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

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

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

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

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

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

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