Html Css Color HEX #338694 Scooter

📋 copy color: '#338694'

red 51 ◦ green 134 ◦ blue 148

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

Shades of Scooter #338694

Tints of Scooter #338694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.44%

R = 15.32%
G = 40.24%
B = 44.44%

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

#338694 (or 0x338694) is known color: Scooter. HEX triplet: 33, 86 and 94. RGB value is (51,134,148). Sum of RGB (Red+Green+Blue) = 51+134+148=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #338694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338694 is #CC796B. Grayscale: #6E6E6E. Windows color (decimal): -13400428 or 9733683. OLE color: 9733683.

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

Color convert

RGB 51 134 148 -
CMYK 0.66 0.09 0 0.42
HSL 188.66º 0.49% 0.39% -
HSV(B) 188.66º 0.66% 0.58% -
XYZ 15.24 19.89 31.05 -
YUV 110.78 149 85.36 -
System Red Green Blue C M Y K H S L
Decimal 51 134 148 0.66 0.09 0 0.42 188.66 0.49 0.39
Hex 33 86 94 42 9 0 2A BD 31 27
Octal 63 206 224 102 11 0 52 275 61 47
Binary 110011 10000110 10010100 1000010 1001 0 101010 10111101 110001 100111

Color Harmonies of #338694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338694

Black with #338694

Text Example


Text Example

White with #338694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338694; }

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

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

background-color css

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

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

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

border-color css

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

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

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