Html Css Color HEX #357F9F Scooter

📋 copy color: '#357F9F'

red 53 ◦ green 127 ◦ blue 159

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

Shades of Scooter #357F9F

Tints of Scooter #357F9F

RGB

 RED value IS 53 (21.09% from 255) = 15.63%

 GREEN value IS 127 (50% from 255) = 37.46%

 BLUE value IS 159 (62.5% from 255) = 46.9%

R = 15.63%
G = 37.46%
B = 46.9%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#357F9F (or 0x357F9F) is known color: Scooter. HEX triplet: 35, 7F and 9F. RGB value is (53,127,159). Sum of RGB (Red+Green+Blue) = 53+127+159=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #357F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357F9F is #CA8060. Grayscale: #6C6C6C. Windows color (decimal): -13271137 or 10452789. OLE color: 10452789.

HSL color Cylindrical-coordinate representation of color #357F9F: hue angle of 198.11º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #357F9F is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 127 159 -
CMYK 0.67 0.20 0 0.38
HSL 198.11º 0.5% 0.42% -
HSV(B) 198.11º 0.67% 0.62% -
XYZ 15.32 18.44 35.55 -
YUV 108.52 156.48 88.4 -
System Red Green Blue C M Y K H S L
Decimal 53 127 159 0.67 0.20 0 0.38 198.11 0.5 0.42
Hex 35 7F 9F 43 14 0 26 C6 32 2A
Octal 65 177 237 103 24 0 46 306 62 52
Binary 110101 1111111 10011111 1000011 10100 0 100110 11000110 110010 101010

Color Harmonies of #357F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357F9F

Black with #357F9F

Text Example


Text Example

White with #357F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357F9F; }

 p { color: rgb(53,127,159); }

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

background-color css

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

 a { background-color: rgb(53,127,159); }

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

border-color css

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

 span { border-color: rgb(53,127,159); }

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