Html Css Color HEX #338293 Scooter

📋 copy color: '#338293'

red 51 ◦ green 130 ◦ blue 147

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

Shades of Scooter #338293

Tints of Scooter #338293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.82%

R = 15.55%
G = 39.63%
B = 44.82%

CMYK

 C value IS 0.65

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#338293 (or 0x338293) is known color: Scooter. HEX triplet: 33, 82 and 93. RGB value is (51,130,147). Sum of RGB (Red+Green+Blue) = 51+130+147=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #338293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338293 is #CC7D6C. Grayscale: #6C6C6C. Windows color (decimal): -13401453 or 9667123. OLE color: 9667123.

HSL color Cylindrical-coordinate representation of color #338293: hue angle of 190.62º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #338293 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 130 147 -
CMYK 0.65 0.12 0 0.42
HSL 190.63º 0.48% 0.39% -
HSV(B) 190.63º 0.65% 0.58% -
XYZ 14.61 18.78 30.46 -
YUV 108.32 149.83 87.12 -
System Red Green Blue C M Y K H S L
Decimal 51 130 147 0.65 0.12 0 0.42 190.63 0.48 0.39
Hex 33 82 93 41 C 0 2A BF 30 27
Octal 63 202 223 101 14 0 52 277 60 47
Binary 110011 10000010 10010011 1000001 1100 0 101010 10111111 110000 100111

Color Harmonies of #338293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338293

Black with #338293

Text Example


Text Example

White with #338293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338293; }

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

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

background-color css

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

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

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

border-color css

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

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

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