Html Css Color HEX #338594 Scooter

📋 copy color: '#338594'

red 51 ◦ green 133 ◦ blue 148

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

Shades of Scooter #338594

Tints of Scooter #338594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.58%

R = 15.36%
G = 40.06%
B = 44.58%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#338594 (or 0x338594) is known color: Scooter. HEX triplet: 33, 85 and 94. RGB value is (51,133,148). Sum of RGB (Red+Green+Blue) = 51+133+148=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #338594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338594 is #CC7A6B. Grayscale: #6E6E6E. Windows color (decimal): -13400684 or 9733427. OLE color: 9733427.

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

Color convert

RGB 51 133 148 -
CMYK 0.66 0.10 0 0.42
HSL 189.28º 0.49% 0.39% -
HSV(B) 189.28º 0.66% 0.58% -
XYZ 15.1 19.62 31.01 -
YUV 110.19 149.33 85.78 -
System Red Green Blue C M Y K H S L
Decimal 51 133 148 0.66 0.10 0 0.42 189.28 0.49 0.39
Hex 33 85 94 42 A 0 2A BD 31 27
Octal 63 205 224 102 12 0 52 275 61 47
Binary 110011 10000101 10010100 1000010 1010 0 101010 10111101 110001 100111

Color Harmonies of #338594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338594

Black with #338594

Text Example


Text Example

White with #338594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338594; }

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

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

background-color css

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

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

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

border-color css

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

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

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