Html Css Color HEX #338598 Scooter

📋 copy color: '#338598'

red 51 ◦ green 133 ◦ blue 152

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

Shades of Scooter #338598

Tints of Scooter #338598

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.58%

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

R = 15.18%
G = 39.58%
B = 45.24%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#338598 (or 0x338598) is known color: Scooter. HEX triplet: 33, 85 and 98. RGB value is (51,133,152). Sum of RGB (Red+Green+Blue) = 51+133+152=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #338598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338598 is #CC7A67. Grayscale: #6E6E6E. Windows color (decimal): -13400680 or 9995571. OLE color: 9995571.

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

Color convert

RGB 51 133 152 -
CMYK 0.66 0.13 0 0.40
HSL 191.29º 0.5% 0.4% -
HSV(B) 191.29º 0.66% 0.6% -
XYZ 15.42 19.75 32.7 -
YUV 110.65 151.33 85.46 -
System Red Green Blue C M Y K H S L
Decimal 51 133 152 0.66 0.13 0 0.40 191.29 0.5 0.4
Hex 33 85 98 42 D 0 28 BF 32 28
Octal 63 205 230 102 15 0 50 277 62 50
Binary 110011 10000101 10011000 1000010 1101 0 101000 10111111 110010 101000

Color Harmonies of #338598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338598

Black with #338598

Text Example


Text Example

White with #338598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338598; }

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

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

background-color css

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

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

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

border-color css

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

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

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