#274668

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

Shades of Catalina Blue #274668

Tints of Catalina Blue #274668

Color information

#274668 (or 0x274668) is unknown color: approx Catalina Blue. HEX triplet: 27, 46 and 68. RGB value is (39,70,104). Sum of RGB (Red+Green+Blue) = 39+70+104=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #274668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274668 is #D8B997. Grayscale: #404040. Windows color (decimal): -14203288 or 6833703. OLE color: 6833703.

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

Color convert

RGB3970104-
CMYK0.620.3300.59
HSL211.38º45.45%28.04%-
HSV(B)211.38º62.5%40.78%-
XYZ5.535.8113.93-
YUV64.61150.23109.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.31%
GREEN value IS 70 (27.73% from 255) = 32.86%
BLUE value IS 104 (41.02% from 255) = 48.83%
R=18.31%
G=32.86%
B=48.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39701040.620.3300.59211.3845.4528.04
Hex2746683E2103Bd32d1c
Octal4710615076410733235534
Binary1001111000110110100011111010000101110111101001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274668; }

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

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

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

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

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

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

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

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