Html Css Color HEX #338696 Scooter

📋 copy color: '#338696'

red 51 ◦ green 134 ◦ blue 150

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

Shades of Scooter #338696

Tints of Scooter #338696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.78%

R = 15.22%
G = 40%
B = 44.78%

CMYK

 C value IS 0.66

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#338696 (or 0x338696) is known color: Scooter. HEX triplet: 33, 86 and 96. RGB value is (51,134,150). Sum of RGB (Red+Green+Blue) = 51+134+150=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #338696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338696 is #CC7969. Grayscale: #6E6E6E. Windows color (decimal): -13400426 or 9864755. OLE color: 9864755.

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

Color convert

RGB 51 134 150 -
CMYK 0.66 0.11 0 0.41
HSL 189.7º 0.49% 0.39% -
HSV(B) 189.7º 0.66% 0.59% -
XYZ 15.4 19.96 31.89 -
YUV 111.01 150 85.2 -
System Red Green Blue C M Y K H S L
Decimal 51 134 150 0.66 0.11 0 0.41 189.7 0.49 0.39
Hex 33 86 96 42 B 0 29 BE 31 27
Octal 63 206 226 102 13 0 51 276 61 47
Binary 110011 10000110 10010110 1000010 1011 0 101001 10111110 110001 100111

Color Harmonies of #338696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338696

Black with #338696

Text Example


Text Example

White with #338696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338696; }

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

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

background-color css

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

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

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

border-color css

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

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

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