Html Css Color HEX #338299 Scooter

📋 copy color: '#338299'

red 51 ◦ green 130 ◦ blue 153

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

Shades of Scooter #338299

Tints of Scooter #338299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.92%

 BLUE value IS 153 (60.16% from 255) = 45.81%

R = 15.27%
G = 38.92%
B = 45.81%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#338299 (or 0x338299) is known color: Scooter. HEX triplet: 33, 82 and 99. RGB value is (51,130,153). Sum of RGB (Red+Green+Blue) = 51+130+153=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #338299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338299 is #CC7D66. Grayscale: #6C6C6C. Windows color (decimal): -13401447 or 10060339. OLE color: 10060339.

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

Color convert

RGB 51 130 153 -
CMYK 0.67 0.15 0 0.4
HSL 193.53º 0.5% 0.4% -
HSV(B) 193.53º 0.67% 0.6% -
XYZ 15.1 18.97 33 -
YUV 109 152.83 86.63 -
System Red Green Blue C M Y K H S L
Decimal 51 130 153 0.67 0.15 0 0.4 193.53 0.5 0.4
Hex 33 82 99 43 F 0 28 C2 32 28
Octal 63 202 231 103 17 0 50 302 62 50
Binary 110011 10000010 10011001 1000011 1111 0 101000 11000010 110010 101000

Color Harmonies of #338299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338299

Black with #338299

Text Example


Text Example

White with #338299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338299; }

 p { color: rgb(51,130,153); }

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

background-color css

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

 a { background-color: rgb(51,130,153); }

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

border-color css

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

 span { border-color: rgb(51,130,153); }

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