Html Css Color HEX #368BAB Boston Blue

📋 copy color: '#368BAB'

red 54 ◦ green 139 ◦ blue 171

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

Shades of Boston Blue #368BAB

Tints of Boston Blue #368BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.98%

R = 14.84%
G = 38.19%
B = 46.98%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#368BAB (or 0x368BAB) is known color: Boston Blue. HEX triplet: 36, 8B and AB. RGB value is (54,139,171). Sum of RGB (Red+Green+Blue) = 54+139+171=364 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.84% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #368BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368BAB is #C97454. Grayscale: #757575. Windows color (decimal): -13202517 or 11242294. OLE color: 11242294.

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

Color convert

RGB 54 139 171 -
CMYK 0.68 0.19 0 0.33
HSL 196.41º 0.52% 0.44% -
HSV(B) 196.41º 0.68% 0.67% -
XYZ 18.1 22.19 41.86 -
YUV 117.23 158.34 82.9 -
System Red Green Blue C M Y K H S L
Decimal 54 139 171 0.68 0.19 0 0.33 196.41 0.52 0.44
Hex 36 8B AB 44 13 0 21 C4 34 2C
Octal 66 213 253 104 23 0 41 304 64 54
Binary 110110 10001011 10101011 1000100 10011 0 100001 11000100 110100 101100

Color Harmonies of #368BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368BAB

Black with #368BAB

Text Example


Text Example

White with #368BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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