Html Css Color HEX #338393 Scooter

📋 copy color: '#338393'

red 51 ◦ green 131 ◦ blue 147

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

Shades of Scooter #338393

Tints of Scooter #338393

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.82%

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

R = 15.5%
G = 39.82%
B = 44.68%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#338393 (or 0x338393) is known color: Scooter. HEX triplet: 33, 83 and 93. RGB value is (51,131,147). Sum of RGB (Red+Green+Blue) = 51+131+147=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #338393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338393 is #CC7C6C. Grayscale: #6C6C6C. Windows color (decimal): -13401197 or 9667379. OLE color: 9667379.

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

Color convert

RGB 51 131 147 -
CMYK 0.65 0.11 0 0.42
HSL 190º 0.48% 0.39% -
HSV(B) 190º 0.65% 0.58% -
XYZ 14.75 19.04 30.5 -
YUV 108.9 149.5 86.7 -
System Red Green Blue C M Y K H S L
Decimal 51 131 147 0.65 0.11 0 0.42 190 0.48 0.39
Hex 33 83 93 41 B 0 2A BE 30 27
Octal 63 203 223 101 13 0 52 276 60 47
Binary 110011 10000011 10010011 1000001 1011 0 101010 10111110 110000 100111

Color Harmonies of #338393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338393

Black with #338393

Text Example


Text Example

White with #338393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338393; }

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

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

background-color css

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

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

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

border-color css

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

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

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