Html Css Color HEX #368AAC Boston Blue

📋 copy color: '#368AAC'

red 54 ◦ green 138 ◦ blue 172

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

Shades of Boston Blue #368AAC

Tints of Boston Blue #368AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.91%

 BLUE value IS 172 (67.58% from 255) = 47.25%

R = 14.84%
G = 37.91%
B = 47.25%

CMYK

 C value IS 0.69

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#368AAC (or 0x368AAC) is known color: Boston Blue. HEX triplet: 36, 8A and AC. RGB value is (54,138,172). Sum of RGB (Red+Green+Blue) = 54+138+172=364 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.84% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #368AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368AAC is #C97553. Grayscale: #747474. Windows color (decimal): -13202772 or 11307574. OLE color: 11307574.

HSL color Cylindrical-coordinate representation of color #368AAC: hue angle of 197.29º 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 #368AAC is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 138 172 -
CMYK 0.69 0.20 0 0.33
HSL 197.29º 0.52% 0.44% -
HSV(B) 197.29º 0.69% 0.67% -
XYZ 18.06 21.94 42.31 -
YUV 116.76 159.17 83.24 -
System Red Green Blue C M Y K H S L
Decimal 54 138 172 0.69 0.20 0 0.33 197.29 0.52 0.44
Hex 36 8A AC 45 14 0 21 C5 34 2C
Octal 66 212 254 105 24 0 41 305 64 54
Binary 110110 10001010 10101100 1000101 10100 0 100001 11000101 110100 101100

Color Harmonies of #368AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368AAC

Black with #368AAC

Text Example


Text Example

White with #368AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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