Html Css Color HEX #338392 Scooter

📋 copy color: '#338392'

red 51 ◦ green 131 ◦ blue 146

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

Shades of Scooter #338392

Tints of Scooter #338392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.94%

 BLUE value IS 146 (57.42% from 255) = 44.51%

R = 15.55%
G = 39.94%
B = 44.51%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#338392 (or 0x338392) is known color: Scooter. HEX triplet: 33, 83 and 92. RGB value is (51,131,146). Sum of RGB (Red+Green+Blue) = 51+131+146=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #338392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338392 is #CC7C6D. Grayscale: #6C6C6C. Windows color (decimal): -13401198 or 9601843. OLE color: 9601843.

HSL color Cylindrical-coordinate representation of color #338392: hue angle of 189.47º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #338392 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 131 146 -
CMYK 0.65 0.10 0 0.43
HSL 189.47º 0.48% 0.39% -
HSV(B) 189.47º 0.65% 0.57% -
XYZ 14.67 19.01 30.09 -
YUV 108.79 149 86.78 -
System Red Green Blue C M Y K H S L
Decimal 51 131 146 0.65 0.10 0 0.43 189.47 0.48 0.39
Hex 33 83 92 41 A 0 2B BD 30 27
Octal 63 203 222 101 12 0 53 275 60 47
Binary 110011 10000011 10010010 1000001 1010 0 101011 10111101 110000 100111

Color Harmonies of #338392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338392

Black with #338392

Text Example


Text Example

White with #338392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338392; }

 p { color: rgb(51,131,146); }

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

background-color css

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

 a { background-color: rgb(51,131,146); }

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

border-color css

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

 span { border-color: rgb(51,131,146); }

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