Html Css Color HEX #338593 Scooter

📋 copy color: '#338593'

red 51 ◦ green 133 ◦ blue 147

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

Shades of Scooter #338593

Tints of Scooter #338593

RGB

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

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

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

R = 15.41%
G = 40.18%
B = 44.41%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#338593 (or 0x338593) is known color: Scooter. HEX triplet: 33, 85 and 93. RGB value is (51,133,147). Sum of RGB (Red+Green+Blue) = 51+133+147=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #338593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338593 is #CC7A6C. Grayscale: #6D6D6D. Windows color (decimal): -13400685 or 9667891. OLE color: 9667891.

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

Color convert

RGB 51 133 147 -
CMYK 0.65 0.10 0 0.42
HSL 188.75º 0.48% 0.39% -
HSV(B) 188.75º 0.65% 0.58% -
XYZ 15.02 19.59 30.59 -
YUV 110.08 148.83 85.86 -
System Red Green Blue C M Y K H S L
Decimal 51 133 147 0.65 0.10 0 0.42 188.75 0.48 0.39
Hex 33 85 93 41 A 0 2A BD 30 27
Octal 63 205 223 101 12 0 52 275 60 47
Binary 110011 10000101 10010011 1000001 1010 0 101010 10111101 110000 100111

Color Harmonies of #338593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338593

Black with #338593

Text Example


Text Example

White with #338593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338593; }

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

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

background-color css

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

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

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

border-color css

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

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

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