Html Css Color HEX #358294 Scooter

📋 copy color: '#358294'

red 53 ◦ green 130 ◦ blue 148

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

Shades of Scooter #358294

Tints of Scooter #358294

RGB

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

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

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

R = 16.01%
G = 39.27%
B = 44.71%

CMYK

 C value IS 0.64

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#358294 (or 0x358294) is known color: Scooter. HEX triplet: 35, 82 and 94. RGB value is (53,130,148). Sum of RGB (Red+Green+Blue) = 53+130+148=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #358294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358294 is #CA7D6B. Grayscale: #6C6C6C. Windows color (decimal): -13270380 or 9732661. OLE color: 9732661.

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

Color convert

RGB 53 130 148 -
CMYK 0.64 0.12 0 0.42
HSL 191.37º 0.47% 0.39% -
HSV(B) 191.37º 0.64% 0.58% -
XYZ 14.8 18.86 30.88 -
YUV 109.03 149.99 88.04 -
System Red Green Blue C M Y K H S L
Decimal 53 130 148 0.64 0.12 0 0.42 191.37 0.47 0.39
Hex 35 82 94 40 C 0 2A BF 2F 27
Octal 65 202 224 100 14 0 52 277 57 47
Binary 110101 10000010 10010100 1000000 1100 0 101010 10111111 101111 100111

Color Harmonies of #358294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358294

Black with #358294

Text Example


Text Example

White with #358294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358294; }

 p { color: rgb(53,130,148); }

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

background-color css

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

 a { background-color: rgb(53,130,148); }

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

border-color css

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

 span { border-color: rgb(53,130,148); }

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