Html Css Color HEX #338698 Scooter

📋 copy color: '#338698'

red 51 ◦ green 134 ◦ blue 152

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

Shades of Scooter #338698

Tints of Scooter #338698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.1%

R = 15.13%
G = 39.76%
B = 45.1%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#338698 (or 0x338698) is known color: Scooter. HEX triplet: 33, 86 and 98. RGB value is (51,134,152). Sum of RGB (Red+Green+Blue) = 51+134+152=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: blue. Hex color #338698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338698 is #CC7967. Grayscale: #6F6F6F. Windows color (decimal): -13400424 or 9995827. OLE color: 9995827.

HSL color Cylindrical-coordinate representation of color #338698: hue angle of 190.69º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #338698 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 134 152 -
CMYK 0.66 0.12 0 0.40
HSL 190.69º 0.5% 0.4% -
HSV(B) 190.69º 0.66% 0.6% -
XYZ 15.56 20.02 32.75 -
YUV 111.24 151 85.04 -
System Red Green Blue C M Y K H S L
Decimal 51 134 152 0.66 0.12 0 0.40 190.69 0.5 0.4
Hex 33 86 98 42 C 0 28 BF 32 28
Octal 63 206 230 102 14 0 50 277 62 50
Binary 110011 10000110 10011000 1000010 1100 0 101000 10111111 110010 101000

Color Harmonies of #338698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338698

Black with #338698

Text Example


Text Example

White with #338698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338698; }

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

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

background-color css

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

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

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

border-color css

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

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

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