Html Css Color HEX #368FAC Boston Blue

📋 copy color: '#368FAC'

red 54 ◦ green 143 ◦ blue 172

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

Shades of Boston Blue #368FAC

Tints of Boston Blue #368FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.75%

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

R = 14.63%
G = 38.75%
B = 46.61%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#368FAC (or 0x368FAC) is known color: Boston Blue. HEX triplet: 36, 8F and AC. RGB value is (54,143,172). Sum of RGB (Red+Green+Blue) = 54+143+172=369 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.63% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #368FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368FAC is #C97053. Grayscale: #777777. Windows color (decimal): -13201492 or 11308854. OLE color: 11308854.

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

Color convert

RGB 54 143 172 -
CMYK 0.69 0.17 0 0.33
HSL 194.75º 0.52% 0.44% -
HSV(B) 194.75º 0.69% 0.67% -
XYZ 18.79 23.41 42.56 -
YUV 119.7 157.51 81.14 -
System Red Green Blue C M Y K H S L
Decimal 54 143 172 0.69 0.17 0 0.33 194.75 0.52 0.44
Hex 36 8F AC 45 11 0 21 C3 34 2C
Octal 66 217 254 105 21 0 41 303 64 54
Binary 110110 10001111 10101100 1000101 10001 0 100001 11000011 110100 101100

Color Harmonies of #368FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368FAC

Black with #368FAC

Text Example


Text Example

White with #368FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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