Html Css Color HEX #358592 Scooter

📋 copy color: '#358592'

red 53 ◦ green 133 ◦ blue 146

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

Shades of Scooter #358592

Tints of Scooter #358592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.98%

R = 15.96%
G = 40.06%
B = 43.98%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#358592 (or 0x358592) is known color: Scooter. HEX triplet: 35, 85 and 92. RGB value is (53,133,146). Sum of RGB (Red+Green+Blue) = 53+133+146=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #358592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358592 is #CA7A6D. Grayscale: #6E6E6E. Windows color (decimal): -13269614 or 9602357. OLE color: 9602357.

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

Color convert

RGB 53 133 146 -
CMYK 0.64 0.09 0 0.43
HSL 188.39º 0.47% 0.39% -
HSV(B) 188.39º 0.64% 0.57% -
XYZ 15.04 19.61 30.19 -
YUV 110.56 148 86.94 -
System Red Green Blue C M Y K H S L
Decimal 53 133 146 0.64 0.09 0 0.43 188.39 0.47 0.39
Hex 35 85 92 40 9 0 2B BC 2F 27
Octal 65 205 222 100 11 0 53 274 57 47
Binary 110101 10000101 10010010 1000000 1001 0 101011 10111100 101111 100111

Color Harmonies of #358592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358592

Black with #358592

Text Example


Text Example

White with #358592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358592; }

 p { color: rgb(53,133,146); }

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

background-color css

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

 a { background-color: rgb(53,133,146); }

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

border-color css

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

 span { border-color: rgb(53,133,146); }

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