Html Css Color HEX #368BAE Boston Blue

📋 copy color: '#368BAE'

red 54 ◦ green 139 ◦ blue 174

#368BAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #368BAE

Tints of Boston Blue #368BAE

RGB

 RED value IS 54 (21.48% from 255) = 14.71%

 GREEN value IS 139 (54.69% from 255) = 37.87%

 BLUE value IS 174 (68.36% from 255) = 47.41%

R = 14.71%
G = 37.87%
B = 47.41%

CMYK

 C value IS 0.69

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#368BAE (or 0x368BAE) is known color: Boston Blue. HEX triplet: 36, 8B and AE. RGB value is (54,139,174). Sum of RGB (Red+Green+Blue) = 54+139+174=367 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.71% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #368BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368BAE is #C97451. Grayscale: #757575. Windows color (decimal): -13202514 or 11438902. OLE color: 11438902.

HSL color Cylindrical-coordinate representation of color #368BAE: hue angle of 197.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #368BAE is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 54 139 174 -
CMYK 0.69 0.20 0 0.32
HSL 197.5º 0.53% 0.45% -
HSV(B) 197.5º 0.69% 0.68% -
XYZ 18.39 22.31 43.38 -
YUV 117.58 159.84 82.65 -
System Red Green Blue C M Y K H S L
Decimal 54 139 174 0.69 0.20 0 0.32 197.5 0.53 0.45
Hex 36 8B AE 45 14 0 20 C6 35 2D
Octal 66 213 256 105 24 0 40 306 65 55
Binary 110110 10001011 10101110 1000101 10100 0 100000 11000110 110101 101101

Color Harmonies of #368BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368BAE

Black with #368BAE

Text Example


Text Example

White with #368BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,139,174); }

 H1.HeaderClassName
 {
   color: #368BAE;
 }
 .AnyTagClassName
 {
   color: #368BAE;
 }
</style>

background-color css

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

 a { background-color: rgb(54,139,174); }

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

border-color css

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

 span { border-color: rgb(54,139,174); }

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