Html Css Color HEX #35859B Scooter

📋 copy color: '#35859B'

red 53 ◦ green 133 ◦ blue 155

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

Shades of Scooter #35859B

Tints of Scooter #35859B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.45%

R = 15.54%
G = 39%
B = 45.45%

CMYK

 C value IS 0.66

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35859B (or 0x35859B) is known color: Scooter. HEX triplet: 35, 85 and 9B. RGB value is (53,133,155). Sum of RGB (Red+Green+Blue) = 53+133+155=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #35859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35859B is #CA7A64. Grayscale: #6F6F6F. Windows color (decimal): -13269605 or 10192181. OLE color: 10192181.

HSL color Cylindrical-coordinate representation of color #35859B: hue angle of 192.94º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35859B is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 133 155 -
CMYK 0.66 0.14 0 0.39
HSL 192.94º 0.49% 0.41% -
HSV(B) 192.94º 0.66% 0.61% -
XYZ 15.77 19.9 34.02 -
YUV 111.59 152.5 86.21 -
System Red Green Blue C M Y K H S L
Decimal 53 133 155 0.66 0.14 0 0.39 192.94 0.49 0.41
Hex 35 85 9B 42 E 0 27 C1 31 29
Octal 65 205 233 102 16 0 47 301 61 51
Binary 110101 10000101 10011011 1000010 1110 0 100111 11000001 110001 101001

Color Harmonies of #35859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35859B

Black with #35859B

Text Example


Text Example

White with #35859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35859B; }

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

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

background-color css

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

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

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

border-color css

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

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

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