Html Css Color HEX #338FAB Scooter

📋 copy color: '#338FAB'

red 51 ◦ green 143 ◦ blue 171

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

Shades of Scooter #338FAB

Tints of Scooter #338FAB

RGB

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

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

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

R = 13.97%
G = 39.18%
B = 46.85%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#338FAB (or 0x338FAB) is known color: Scooter. HEX triplet: 33, 8F and AB. RGB value is (51,143,171). Sum of RGB (Red+Green+Blue) = 51+143+171=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #338FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338FAB is #CC7054. Grayscale: #767676. Windows color (decimal): -13398101 or 11243315. OLE color: 11243315.

HSL color Cylindrical-coordinate representation of color #338FAB: hue angle of 194º 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 #338FAB is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 143 171 -
CMYK 0.70 0.16 0 0.33
HSL 194º 0.54% 0.44% -
HSV(B) 194º 0.7% 0.67% -
XYZ 18.54 23.29 42.05 -
YUV 118.68 157.52 79.72 -
System Red Green Blue C M Y K H S L
Decimal 51 143 171 0.70 0.16 0 0.33 194 0.54 0.44
Hex 33 8F AB 46 10 0 21 C2 36 2C
Octal 63 217 253 106 20 0 41 302 66 54
Binary 110011 10001111 10101011 1000110 10000 0 100001 11000010 110110 101100

Color Harmonies of #338FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338FAB

Black with #338FAB

Text Example


Text Example

White with #338FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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