#368eac

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

Shades of Boston Blue #368EAC

Tints of Boston Blue #368EAC

Color information

#368EAC (or 0x368EAC) is unknown color: approx Boston Blue. HEX triplet: 36, 8E and AC. RGB value is (54,142,172). Sum of RGB (Red+Green+Blue) = 54+142+172=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #368EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368EAC is #C97153. Grayscale: #767676. Windows color (decimal): -13201748 or 11308598. OLE color: 11308598.

HSL color Cylindrical-coordinate representation of color #368EAC: hue angle of 195.25º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #368EAC is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB54142172-
CMYK0.690.1700.33
HSL195.25º52.21%44.31%-
HSV(B)195.25º68.6%67.45%-
XYZ18.6423.1142.51-
YUV119.11157.8581.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.67%
GREEN value IS 142 (55.86% from 255) = 38.59%
BLUE value IS 172 (67.58% from 255) = 46.74%
R=14.67%
G=38.59%
B=46.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541421720.690.1700.33195.2552.2144.31
Hex368EAC4511021c3342c
Octal66216254105210413036454
Binary1101101000111010101100100010110001010000111000011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368eac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368eac; }

 p { color: rgb(54,142,172); }

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

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

 a { background-color: rgb(54,142,172); }

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

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

 span { border-color: rgb(54,142,172); }

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