Html Css Color HEX #338895 Scooter

📋 copy color: '#338895'

red 51 ◦ green 136 ◦ blue 149

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

Shades of Scooter #338895

Tints of Scooter #338895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.48%

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

R = 15.18%
G = 40.48%
B = 44.35%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#338895 (or 0x338895) is known color: Scooter. HEX triplet: 33, 88 and 95. RGB value is (51,136,149). Sum of RGB (Red+Green+Blue) = 51+136+149=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #338895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338895 is #CC776A. Grayscale: #6F6F6F. Windows color (decimal): -13399915 or 9799731. OLE color: 9799731.

HSL color Cylindrical-coordinate representation of color #338895: hue angle of 187.96º 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 #338895 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 136 149 -
CMYK 0.66 0.09 0 0.42
HSL 187.96º 0.49% 0.39% -
HSV(B) 187.96º 0.66% 0.58% -
XYZ 15.59 20.48 31.57 -
YUV 112.07 148.84 84.44 -
System Red Green Blue C M Y K H S L
Decimal 51 136 149 0.66 0.09 0 0.42 187.96 0.49 0.39
Hex 33 88 95 42 9 0 2A BC 31 27
Octal 63 210 225 102 11 0 52 274 61 47
Binary 110011 10001000 10010101 1000010 1001 0 101010 10111100 110001 100111

Color Harmonies of #338895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338895

Black with #338895

Text Example


Text Example

White with #338895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338895; }

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

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

background-color css

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

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

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

border-color css

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

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

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