Html Css Color HEX #338397 Scooter

📋 copy color: '#338397'

red 51 ◦ green 131 ◦ blue 151

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

Shades of Scooter #338397

Tints of Scooter #338397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.35%

R = 15.32%
G = 39.34%
B = 45.35%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#338397 (or 0x338397) is known color: Scooter. HEX triplet: 33, 83 and 97. RGB value is (51,131,151). Sum of RGB (Red+Green+Blue) = 51+131+151=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 151 - color contains mainly: blue. Hex color #338397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338397 is #CC7C68. Grayscale: #6D6D6D. Windows color (decimal): -13401193 or 9929523. OLE color: 9929523.

HSL color Cylindrical-coordinate representation of color #338397: hue angle of 192º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #338397 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 131 151 -
CMYK 0.66 0.13 0 0.41
HSL 192º 0.5% 0.4% -
HSV(B) 192º 0.66% 0.59% -
XYZ 15.07 19.17 32.18 -
YUV 109.36 151.5 86.37 -
System Red Green Blue C M Y K H S L
Decimal 51 131 151 0.66 0.13 0 0.41 192 0.5 0.4
Hex 33 83 97 42 D 0 29 C0 32 28
Octal 63 203 227 102 15 0 51 300 62 50
Binary 110011 10000011 10010111 1000010 1101 0 101001 11000000 110010 101000

Color Harmonies of #338397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338397

Black with #338397

Text Example


Text Example

White with #338397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338397; }

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

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

background-color css

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

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

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

border-color css

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

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

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