#274068

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

Shades of Catalina Blue #274068

Tints of Catalina Blue #274068

Color information

#274068 (or 0x274068) is unknown color: approx Catalina Blue. HEX triplet: 27, 40 and 68. RGB value is (39,64,104). Sum of RGB (Red+Green+Blue) = 39+64+104=207 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.84% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #274068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274068 is #D8BF97. Grayscale: #3C3C3C. Windows color (decimal): -14204824 or 6832167. OLE color: 6832167.

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

Color convert

RGB3964104-
CMYK0.620.3800.59
HSL216.92º45.45%28.04%-
HSV(B)216.92º62.5%40.78%-
XYZ5.175.113.81-
YUV61.08152.22112.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.84%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 104 (41.02% from 255) = 50.24%
R=18.84%
G=30.92%
B=50.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39641040.620.3800.59216.9245.4528.04
Hex2740683E2603Bd92d1c
Octal4710015076460733315534
Binary1001111000000110100011111010011001110111101100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274068; }

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

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

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

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

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

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

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

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