#274260

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

Shades of Catalina Blue #274260

Tints of Catalina Blue #274260

Color information

#274260 (or 0x274260) is unknown color: approx Catalina Blue. HEX triplet: 27, 42 and 60. RGB value is (39,66,96). Sum of RGB (Red+Green+Blue) = 39+66+96=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #274260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274260 is #D8BD9F. Grayscale: #3D3D3D. Windows color (decimal): -14204320 or 6308391. OLE color: 6308391.

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

Color convert

RGB396696-
CMYK0.590.3100.62
HSL211.58º42.22%26.47%-
HSV(B)211.58º59.38%37.65%-
XYZ4.95.1711.81-
YUV61.35147.55112.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.40%
GREEN value IS 66 (26.17% from 255) = 32.84%
BLUE value IS 96 (37.89% from 255) = 47.76%
R=19.40%
G=32.84%
B=47.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3966960.590.3100.62211.5842.2226.47
Hex2742603B1F03Ed42a1a
Octal4710214073370763245232
Binary100111100001011000001110111111101111101101010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274260; }

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

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

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

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

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

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

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

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