Html Css Color HEX #338391 Scooter

📋 copy color: '#338391'

red 51 ◦ green 131 ◦ blue 145

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

Shades of Scooter #338391

Tints of Scooter #338391

RGB

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

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

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

R = 15.6%
G = 40.06%
B = 44.34%

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

#338391 (or 0x338391) is known color: Scooter. HEX triplet: 33, 83 and 91. RGB value is (51,131,145). Sum of RGB (Red+Green+Blue) = 51+131+145=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #338391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338391 is #CC7C6E. Grayscale: #6C6C6C. Windows color (decimal): -13401199 or 9536307. OLE color: 9536307.

HSL color Cylindrical-coordinate representation of color #338391: hue angle of 188.94º 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 #338391 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 131 145 -
CMYK 0.65 0.10 0 0.43
HSL 188.94º 0.48% 0.38% -
HSV(B) 188.94º 0.65% 0.57% -
XYZ 14.59 18.98 29.68 -
YUV 108.68 148.5 86.86 -
System Red Green Blue C M Y K H S L
Decimal 51 131 145 0.65 0.10 0 0.43 188.94 0.48 0.38
Hex 33 83 91 41 A 0 2B BD 30 26
Octal 63 203 221 101 12 0 53 275 60 46
Binary 110011 10000011 10010001 1000001 1010 0 101011 10111101 110000 100110

Color Harmonies of #338391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338391

Black with #338391

Text Example


Text Example

White with #338391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338391; }

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

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

background-color css

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

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

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

border-color css

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

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

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