Html Css Color HEX #359AAB Scooter

📋 copy color: '#359AAB'

red 53 ◦ green 154 ◦ blue 171

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

Shades of Scooter #359AAB

Tints of Scooter #359AAB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.74%

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

R = 14.02%
G = 40.74%
B = 45.24%

CMYK

 C value IS 0.69

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#359AAB (or 0x359AAB) is known color: Scooter. HEX triplet: 35, 9A and AB. RGB value is (53,154,171). Sum of RGB (Red+Green+Blue) = 53+154+171=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #359AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359AAB is #CA6554. Grayscale: #7D7D7D. Windows color (decimal): -13264213 or 11246133. OLE color: 11246133.

HSL color Cylindrical-coordinate representation of color #359AAB: hue angle of 188.64º 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 #359AAB is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 154 171 -
CMYK 0.69 0.10 0 0.33
HSL 188.64º 0.53% 0.44% -
HSV(B) 188.64º 0.69% 0.67% -
XYZ 20.37 26.81 42.63 -
YUV 125.74 153.54 76.12 -
System Red Green Blue C M Y K H S L
Decimal 53 154 171 0.69 0.10 0 0.33 188.64 0.53 0.44
Hex 35 9A AB 45 A 0 21 BD 35 2C
Octal 65 232 253 105 12 0 41 275 65 54
Binary 110101 10011010 10101011 1000101 1010 0 100001 10111101 110101 101100

Color Harmonies of #359AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359AAB

Black with #359AAB

Text Example


Text Example

White with #359AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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