Html Css Color HEX #338FAA Scooter

📋 copy color: '#338FAA'

red 51 ◦ green 143 ◦ blue 170

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

Shades of Scooter #338FAA

Tints of Scooter #338FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.7%

R = 14.01%
G = 39.29%
B = 46.7%

CMYK

 C value IS 0.7

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#338FAA (or 0x338FAA) is known color: Scooter. HEX triplet: 33, 8F and AA. RGB value is (51,143,170). Sum of RGB (Red+Green+Blue) = 51+143+170=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #338FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338FAA is #CC7055. Grayscale: #767676. Windows color (decimal): -13398102 or 11177779. OLE color: 11177779.

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

Color convert

RGB 51 143 170 -
CMYK 0.7 0.16 0 0.33
HSL 193.61º 0.54% 0.43% -
HSV(B) 193.61º 0.7% 0.67% -
XYZ 18.44 23.25 41.55 -
YUV 118.57 157.02 79.8 -
System Red Green Blue C M Y K H S L
Decimal 51 143 170 0.7 0.16 0 0.33 193.61 0.54 0.43
Hex 33 8F AA 46 10 0 21 C2 36 2B
Octal 63 217 252 106 20 0 41 302 66 53
Binary 110011 10001111 10101010 1000110 10000 0 100001 11000010 110110 101011

Color Harmonies of #338FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338FAA

Black with #338FAA

Text Example


Text Example

White with #338FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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