Html Css Color HEX #338692 Scooter

📋 copy color: '#338692'

red 51 ◦ green 134 ◦ blue 146

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

Shades of Scooter #338692

Tints of Scooter #338692

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.48%

 BLUE value IS 146 (57.42% from 255) = 44.11%

R = 15.41%
G = 40.48%
B = 44.11%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#338692 (or 0x338692) is known color: Scooter. HEX triplet: 33, 86 and 92. RGB value is (51,134,146). Sum of RGB (Red+Green+Blue) = 51+134+146=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #338692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338692 is #CC796D. Grayscale: #6E6E6E. Windows color (decimal): -13400430 or 9602611. OLE color: 9602611.

HSL color Cylindrical-coordinate representation of color #338692: hue angle of 187.58º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #338692 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 134 146 -
CMYK 0.65 0.08 0 0.43
HSL 187.58º 0.48% 0.39% -
HSV(B) 187.58º 0.65% 0.57% -
XYZ 15.08 19.83 30.23 -
YUV 110.55 148 85.52 -
System Red Green Blue C M Y K H S L
Decimal 51 134 146 0.65 0.08 0 0.43 187.58 0.48 0.39
Hex 33 86 92 41 8 0 2B BC 30 27
Octal 63 206 222 101 10 0 53 274 60 47
Binary 110011 10000110 10010010 1000001 1000 0 101011 10111100 110000 100111

Color Harmonies of #338692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338692

Black with #338692

Text Example


Text Example

White with #338692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338692; }

 p { color: rgb(51,134,146); }

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

background-color css

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

 a { background-color: rgb(51,134,146); }

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

border-color css

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

 span { border-color: rgb(51,134,146); }

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