#274069

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

Shades of Catalina Blue #274069

Tints of Catalina Blue #274069

Color information

#274069 (or 0x274069) is unknown color: approx Catalina Blue. HEX triplet: 27, 40 and 69. RGB value is (39,64,105). Sum of RGB (Red+Green+Blue) = 39+64+105=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #274069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274069 is #D8BF96. Grayscale: #3D3D3D. Windows color (decimal): -14204823 or 6897703. OLE color: 6897703.

HSL color Cylindrical-coordinate representation of color #274069: hue angle of 217.27º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #274069 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3964105-
CMYK0.630.3900.59
HSL217.27º45.83%28.24%-
HSV(B)217.27º62.86%41.18%-
XYZ5.225.1214.08-
YUV61.2152.72112.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.75%
GREEN value IS 64 (25.39% from 255) = 30.77%
BLUE value IS 105 (41.41% from 255) = 50.48%
R=18.75%
G=30.77%
B=50.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39641050.630.3900.59217.2745.8328.24
Hex2740693F2703Bd92e1c
Octal4710015177470733315634
Binary1001111000000110100111111110011101110111101100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274069; }

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

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

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

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

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

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

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

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