Html Css Color HEX #338DA6 Scooter

📋 copy color: '#338DA6'

red 51 ◦ green 141 ◦ blue 166

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

Shades of Scooter #338DA6

Tints of Scooter #338DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.37%

R = 14.25%
G = 39.39%
B = 46.37%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#338DA6 (or 0x338DA6) is known color: Scooter. HEX triplet: 33, 8D and A6. RGB value is (51,141,166). Sum of RGB (Red+Green+Blue) = 51+141+166=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 166 (65.23% from 255 or 46.37% from 358); Max value from RGB is 166 - color contains mainly: blue. Hex color #338DA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338DA6 is #CC7259. Grayscale: #747474. Windows color (decimal): -13398618 or 10915123. OLE color: 10915123.

HSL color Cylindrical-coordinate representation of color #338DA6: hue angle of 193.04º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #338DA6 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 51 141 166 -
CMYK 0.69 0.15 0 0.35
HSL 193.04º 0.53% 0.43% -
HSV(B) 193.04º 0.69% 0.65% -
XYZ 17.77 22.51 39.48 -
YUV 116.94 155.68 80.97 -
System Red Green Blue C M Y K H S L
Decimal 51 141 166 0.69 0.15 0 0.35 193.04 0.53 0.43
Hex 33 8D A6 45 F 0 23 C1 35 2B
Octal 63 215 246 105 17 0 43 301 65 53
Binary 110011 10001101 10100110 1000101 1111 0 100011 11000001 110101 101011

Color Harmonies of #338DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338DA6

Black with #338DA6

Text Example


Text Example

White with #338DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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