Html Css Color HEX #338691 Scooter

📋 copy color: '#338691'

red 51 ◦ green 134 ◦ blue 145

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

Shades of Scooter #338691

Tints of Scooter #338691

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.61%

 BLUE value IS 145 (57.03% from 255) = 43.94%

R = 15.45%
G = 40.61%
B = 43.94%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#338691 (or 0x338691) is known color: Scooter. HEX triplet: 33, 86 and 91. RGB value is (51,134,145). Sum of RGB (Red+Green+Blue) = 51+134+145=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #338691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338691 is #CC796E. Grayscale: #6E6E6E. Windows color (decimal): -13400431 or 9537075. OLE color: 9537075.

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

Color convert

RGB 51 134 145 -
CMYK 0.65 0.08 0 0.43
HSL 187.02º 0.48% 0.38% -
HSV(B) 187.02º 0.65% 0.57% -
XYZ 15 19.8 29.82 -
YUV 110.44 147.5 85.61 -
System Red Green Blue C M Y K H S L
Decimal 51 134 145 0.65 0.08 0 0.43 187.02 0.48 0.38
Hex 33 86 91 41 8 0 2B BB 30 26
Octal 63 206 221 101 10 0 53 273 60 46
Binary 110011 10000110 10010001 1000001 1000 0 101011 10111011 110000 100110

Color Harmonies of #338691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338691

Black with #338691

Text Example


Text Example

White with #338691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338691; }

 p { color: rgb(51,134,145); }

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

background-color css

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

 a { background-color: rgb(51,134,145); }

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

border-color css

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

 span { border-color: rgb(51,134,145); }

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