Html Css Color HEX #338491 Scooter

📋 copy color: '#338491'

red 51 ◦ green 132 ◦ blue 145

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

Shades of Scooter #338491

Tints of Scooter #338491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.24%

 BLUE value IS 145 (57.03% from 255) = 44.21%

R = 15.55%
G = 40.24%
B = 44.21%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#338491 (or 0x338491) is known color: Scooter. HEX triplet: 33, 84 and 91. RGB value is (51,132,145). Sum of RGB (Red+Green+Blue) = 51+132+145=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #338491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338491 is #CC7B6E. Grayscale: #6D6D6D. Windows color (decimal): -13400943 or 9536563. OLE color: 9536563.

HSL color Cylindrical-coordinate representation of color #338491: hue angle of 188.3º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #338491 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 132 145 -
CMYK 0.65 0.09 0 0.43
HSL 188.3º 0.48% 0.38% -
HSV(B) 188.3º 0.65% 0.57% -
XYZ 14.73 19.25 29.73 -
YUV 109.26 148.16 86.44 -
System Red Green Blue C M Y K H S L
Decimal 51 132 145 0.65 0.09 0 0.43 188.3 0.48 0.38
Hex 33 84 91 41 9 0 2B BC 30 26
Octal 63 204 221 101 11 0 53 274 60 46
Binary 110011 10000100 10010001 1000001 1001 0 101011 10111100 110000 100110

Color Harmonies of #338491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338491

Black with #338491

Text Example


Text Example

White with #338491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338491; }

 p { color: rgb(51,132,145); }

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

background-color css

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

 a { background-color: rgb(51,132,145); }

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

border-color css

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

 span { border-color: rgb(51,132,145); }

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