Html Css Color HEX #338190 Scooter

📋 copy color: '#338190'

red 51 ◦ green 129 ◦ blue 144

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

Shades of Scooter #338190

Tints of Scooter #338190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.81%

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

R = 15.74%
G = 39.81%
B = 44.44%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#338190 (or 0x338190) is known color: Scooter. HEX triplet: 33, 81 and 90. RGB value is (51,129,144). Sum of RGB (Red+Green+Blue) = 51+129+144=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #338190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338190 is #CC7E6F. Grayscale: #6B6B6B. Windows color (decimal): -13401712 or 9470259. OLE color: 9470259.

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

Color convert

RGB 51 129 144 -
CMYK 0.65 0.10 0 0.44
HSL 189.68º 0.48% 0.38% -
HSV(B) 189.68º 0.65% 0.56% -
XYZ 14.25 18.42 29.19 -
YUV 107.39 148.66 87.78 -
System Red Green Blue C M Y K H S L
Decimal 51 129 144 0.65 0.10 0 0.44 189.68 0.48 0.38
Hex 33 81 90 41 A 0 2C BE 30 26
Octal 63 201 220 101 12 0 54 276 60 46
Binary 110011 10000001 10010000 1000001 1010 0 101100 10111110 110000 100110

Color Harmonies of #338190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338190

Black with #338190

Text Example


Text Example

White with #338190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338190; }

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

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

background-color css

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

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

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

border-color css

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

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

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