Html Css Color HEX #338390 Scooter

📋 copy color: '#338390'

red 51 ◦ green 131 ◦ blue 144

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

Shades of Scooter #338390

Tints of Scooter #338390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.17%

R = 15.64%
G = 40.18%
B = 44.17%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#338390 (or 0x338390) is known color: Scooter. HEX triplet: 33, 83 and 90. RGB value is (51,131,144). Sum of RGB (Red+Green+Blue) = 51+131+144=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #338390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338390 is #CC7C6F. Grayscale: #6C6C6C. Windows color (decimal): -13401200 or 9470771. OLE color: 9470771.

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

Color convert

RGB 51 131 144 -
CMYK 0.65 0.09 0 0.44
HSL 188.39º 0.48% 0.38% -
HSV(B) 188.39º 0.65% 0.56% -
XYZ 14.52 18.95 29.28 -
YUV 108.56 148 86.94 -
System Red Green Blue C M Y K H S L
Decimal 51 131 144 0.65 0.09 0 0.44 188.39 0.48 0.38
Hex 33 83 90 41 9 0 2C BC 30 26
Octal 63 203 220 101 11 0 54 274 60 46
Binary 110011 10000011 10010000 1000001 1001 0 101100 10111100 110000 100110

Color Harmonies of #338390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338390

Black with #338390

Text Example


Text Example

White with #338390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338390; }

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

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

background-color css

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

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

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

border-color css

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

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

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