Html Css Color HEX #338290 Scooter

📋 copy color: '#338290'

red 51 ◦ green 130 ◦ blue 144

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

Shades of Scooter #338290

Tints of Scooter #338290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.31%

R = 15.69%
G = 40%
B = 44.31%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#338290 (or 0x338290) is known color: Scooter. HEX triplet: 33, 82 and 90. RGB value is (51,130,144). Sum of RGB (Red+Green+Blue) = 51+130+144=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #338290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338290 is #CC7D6F. Grayscale: #6B6B6B. Windows color (decimal): -13401456 or 9470515. OLE color: 9470515.

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

Color convert

RGB 51 130 144 -
CMYK 0.65 0.10 0 0.44
HSL 189.03º 0.48% 0.38% -
HSV(B) 189.03º 0.65% 0.56% -
XYZ 14.38 18.68 29.23 -
YUV 107.98 148.33 87.36 -
System Red Green Blue C M Y K H S L
Decimal 51 130 144 0.65 0.10 0 0.44 189.03 0.48 0.38
Hex 33 82 90 41 A 0 2C BD 30 26
Octal 63 202 220 101 12 0 54 275 60 46
Binary 110011 10000010 10010000 1000001 1010 0 101100 10111101 110000 100110

Color Harmonies of #338290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338290

Black with #338290

Text Example


Text Example

White with #338290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338290; }

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

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

background-color css

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

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

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

border-color css

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

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

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