Html Css Color HEX #338DB2 Boston Blue

📋 copy color: '#338DB2'

red 51 ◦ green 141 ◦ blue 178

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

Shades of Boston Blue #338DB2

Tints of Boston Blue #338DB2

RGB

 RED value IS 51 (20.31% from 255) = 13.78%

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

 BLUE value IS 178 (69.92% from 255) = 48.11%

R = 13.78%
G = 38.11%
B = 48.11%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#338DB2 (or 0x338DB2) is known color: Boston Blue. HEX triplet: 33, 8D and B2. RGB value is (51,141,178). Sum of RGB (Red+Green+Blue) = 51+141+178=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 178 (69.92% from 255 or 48.11% from 370); Max value from RGB is 178 - color contains mainly: blue. Hex color #338DB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338DB2 is #CC724D. Grayscale: #767676. Windows color (decimal): -13398606 or 11701555. OLE color: 11701555.

HSL color Cylindrical-coordinate representation of color #338DB2: hue angle of 197.48º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #338DB2 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 51 141 178 -
CMYK 0.71 0.21 0 0.30
HSL 197.48º 0.55% 0.45% -
HSV(B) 197.48º 0.71% 0.7% -
XYZ 18.93 22.97 45.56 -
YUV 118.31 161.68 79.99 -
System Red Green Blue C M Y K H S L
Decimal 51 141 178 0.71 0.21 0 0.30 197.48 0.55 0.45
Hex 33 8D B2 47 15 0 1E C5 37 2D
Octal 63 215 262 107 25 0 36 305 67 55
Binary 110011 10001101 10110010 1000111 10101 0 11110 11000101 110111 101101

Color Harmonies of #338DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338DB2

Black with #338DB2

Text Example


Text Example

White with #338DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338DB2; }

 p { color: rgb(51,141,178); }

 H1.HeaderClassName
 {
   color: #338DB2;
 }
 .AnyTagClassName
 {
   color: #338DB2;
 }
</style>

background-color css

<style>
 a { background-color: #338DB2; }

 a { background-color: rgb(51,141,178); }

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

border-color css

<style>
 span { border-color: #338DB2; }

 span { border-color: rgb(51,141,178); }

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