Html Css Color HEX #359BAB Scooter

📋 copy color: '#359BAB'

red 53 ◦ green 155 ◦ blue 171

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

Shades of Scooter #359BAB

Tints of Scooter #359BAB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.9%

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 13.98%
G = 40.9%
B = 45.12%

CMYK

 C value IS 0.69

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#359BAB (or 0x359BAB) is known color: Scooter. HEX triplet: 35, 9B and AB. RGB value is (53,155,171). Sum of RGB (Red+Green+Blue) = 53+155+171=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #359BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359BAB is #CA6454. Grayscale: #7E7E7E. Windows color (decimal): -13263957 or 11246389. OLE color: 11246389.

HSL color Cylindrical-coordinate representation of color #359BAB: hue angle of 188.14º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #359BAB is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 155 171 -
CMYK 0.69 0.09 0 0.33
HSL 188.14º 0.53% 0.44% -
HSV(B) 188.14º 0.69% 0.67% -
XYZ 20.54 27.14 42.68 -
YUV 126.33 153.21 75.7 -
System Red Green Blue C M Y K H S L
Decimal 53 155 171 0.69 0.09 0 0.33 188.14 0.53 0.44
Hex 35 9B AB 45 9 0 21 BC 35 2C
Octal 65 233 253 105 11 0 41 274 65 54
Binary 110101 10011011 10101011 1000101 1001 0 100001 10111100 110101 101100

Color Harmonies of #359BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359BAB

Black with #359BAB

Text Example


Text Example

White with #359BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359BAB; }

 p { color: rgb(53,155,171); }

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

background-color css

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

 a { background-color: rgb(53,155,171); }

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

border-color css

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

 span { border-color: rgb(53,155,171); }

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