#274168

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

Shades of Catalina Blue #274168

Tints of Catalina Blue #274168

Color information

#274168 (or 0x274168) is unknown color: approx Catalina Blue. HEX triplet: 27, 41 and 68. RGB value is (39,65,104). Sum of RGB (Red+Green+Blue) = 39+65+104=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #274168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274168 is #D8BE97. Grayscale: #3D3D3D. Windows color (decimal): -14204568 or 6832423. OLE color: 6832423.

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

Color convert

RGB3965104-
CMYK0.620.3800.59
HSL216º45.45%28.04%-
HSV(B)216º62.5%40.78%-
XYZ5.235.2113.83-
YUV61.67151.89111.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.75%
GREEN value IS 65 (25.78% from 255) = 31.25%
BLUE value IS 104 (41.02% from 255) = 50%
R=18.75%
G=31.25%
B=50%

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
Decimal39651040.620.3800.5921645.4528.04
Hex2741683E2603Bd82d1c
Octal4710115076460733305534
Binary1001111000001110100011111010011001110111101100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274168; }

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

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

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

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

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

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

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

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