Html Css Color HEX #368DAE Boston Blue

📋 copy color: '#368DAE'

red 54 ◦ green 141 ◦ blue 174

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

Shades of Boston Blue #368DAE

Tints of Boston Blue #368DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.21%

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

R = 14.63%
G = 38.21%
B = 47.15%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#368DAE (or 0x368DAE) is known color: Boston Blue. HEX triplet: 36, 8D and AE. RGB value is (54,141,174). Sum of RGB (Red+Green+Blue) = 54+141+174=369 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.63% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #368DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368DAE is #C97251. Grayscale: #767676. Windows color (decimal): -13202002 or 11439414. OLE color: 11439414.

HSL color Cylindrical-coordinate representation of color #368DAE: hue angle of 196.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 #368DAE is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 54 141 174 -
CMYK 0.69 0.19 0 0.32
HSL 196.5º 0.53% 0.45% -
HSV(B) 196.5º 0.69% 0.68% -
XYZ 18.69 22.89 43.48 -
YUV 118.75 159.18 81.82 -
System Red Green Blue C M Y K H S L
Decimal 54 141 174 0.69 0.19 0 0.32 196.5 0.53 0.45
Hex 36 8D AE 45 13 0 20 C4 35 2D
Octal 66 215 256 105 23 0 40 304 65 55
Binary 110110 10001101 10101110 1000101 10011 0 100000 11000100 110101 101101

Color Harmonies of #368DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368DAE

Black with #368DAE

Text Example


Text Example

White with #368DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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