Html Css Color HEX #338095 Scooter

📋 copy color: '#338095'

red 51 ◦ green 128 ◦ blue 149

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

Shades of Scooter #338095

Tints of Scooter #338095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.02%

 BLUE value IS 149 (58.59% from 255) = 45.43%

R = 15.55%
G = 39.02%
B = 45.43%

CMYK

 C value IS 0.66

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#338095 (or 0x338095) is known color: Scooter. HEX triplet: 33, 80 and 95. RGB value is (51,128,149). Sum of RGB (Red+Green+Blue) = 51+128+149=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #338095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338095 is #CC7F6A. Grayscale: #6B6B6B. Windows color (decimal): -13401963 or 9797683. OLE color: 9797683.

HSL color Cylindrical-coordinate representation of color #338095: hue angle of 192.86º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #338095 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 128 149 -
CMYK 0.66 0.14 0 0.42
HSL 192.86º 0.49% 0.39% -
HSV(B) 192.86º 0.66% 0.58% -
XYZ 14.51 18.31 31.2 -
YUV 107.37 151.49 87.79 -
System Red Green Blue C M Y K H S L
Decimal 51 128 149 0.66 0.14 0 0.42 192.86 0.49 0.39
Hex 33 80 95 42 E 0 2A C1 31 27
Octal 63 200 225 102 16 0 52 301 61 47
Binary 110011 10000000 10010101 1000010 1110 0 101010 11000001 110001 100111

Color Harmonies of #338095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338095

Black with #338095

Text Example


Text Example

White with #338095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338095; }

 p { color: rgb(51,128,149); }

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

background-color css

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

 a { background-color: rgb(51,128,149); }

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

border-color css

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

 span { border-color: rgb(51,128,149); }

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