Html Css Color HEX #35819C Scooter

📋 copy color: '#35819C'

red 53 ◦ green 129 ◦ blue 156

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

Shades of Scooter #35819C

Tints of Scooter #35819C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.17%

 BLUE value IS 156 (61.33% from 255) = 46.15%

R = 15.68%
G = 38.17%
B = 46.15%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35819C (or 0x35819C) is known color: Scooter. HEX triplet: 35, 81 and 9C. RGB value is (53,129,156). Sum of RGB (Red+Green+Blue) = 53+129+156=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #35819C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35819C is #CA7E63. Grayscale: #6D6D6D. Windows color (decimal): -13270628 or 10256693. OLE color: 10256693.

HSL color Cylindrical-coordinate representation of color #35819C: hue angle of 195.73º 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 #35819C is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 129 156 -
CMYK 0.66 0.17 0 0.39
HSL 195.73º 0.49% 0.41% -
HSV(B) 195.73º 0.66% 0.61% -
XYZ 15.32 18.86 34.28 -
YUV 109.35 154.32 87.8 -
System Red Green Blue C M Y K H S L
Decimal 53 129 156 0.66 0.17 0 0.39 195.73 0.49 0.41
Hex 35 81 9C 42 11 0 27 C4 31 29
Octal 65 201 234 102 21 0 47 304 61 51
Binary 110101 10000001 10011100 1000010 10001 0 100111 11000100 110001 101001

Color Harmonies of #35819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35819C

Black with #35819C

Text Example


Text Example

White with #35819C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35819C; }

 p { color: rgb(53,129,156); }

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

background-color css

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

 a { background-color: rgb(53,129,156); }

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

border-color css

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

 span { border-color: rgb(53,129,156); }

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