Html Css Color HEX #338BAB Scooter

📋 copy color: '#338BAB'

red 51 ◦ green 139 ◦ blue 171

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

Shades of Scooter #338BAB

Tints of Scooter #338BAB

RGB

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

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

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

R = 14.13%
G = 38.5%
B = 47.37%

CMYK

 C value IS 0.70

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#338BAB (or 0x338BAB) is known color: Scooter. HEX triplet: 33, 8B and AB. RGB value is (51,139,171). Sum of RGB (Red+Green+Blue) = 51+139+171=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #338BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338BAB is #CC7454. Grayscale: #747474. Windows color (decimal): -13399125 or 11242291. OLE color: 11242291.

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

Color convert

RGB 51 139 171 -
CMYK 0.70 0.19 0 0.33
HSL 196º 0.54% 0.44% -
HSV(B) 196º 0.7% 0.67% -
XYZ 17.95 22.11 41.85 -
YUV 116.34 158.85 81.4 -
System Red Green Blue C M Y K H S L
Decimal 51 139 171 0.70 0.19 0 0.33 196 0.54 0.44
Hex 33 8B AB 46 13 0 21 C4 36 2C
Octal 63 213 253 106 23 0 41 304 66 54
Binary 110011 10001011 10101011 1000110 10011 0 100001 11000100 110110 101100

Color Harmonies of #338BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338BAB

Black with #338BAB

Text Example


Text Example

White with #338BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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