Html Css Color HEX #35829B Scooter

📋 copy color: '#35829B'

red 53 ◦ green 130 ◦ blue 155

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

Shades of Scooter #35829B

Tints of Scooter #35829B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.46%

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

R = 15.68%
G = 38.46%
B = 45.86%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35829B (or 0x35829B) is known color: Scooter. HEX triplet: 35, 82 and 9B. RGB value is (53,130,155). Sum of RGB (Red+Green+Blue) = 53+130+155=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #35829B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35829B is #CA7D64. Grayscale: #6D6D6D. Windows color (decimal): -13270373 or 10191413. OLE color: 10191413.

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

Color convert

RGB 53 130 155 -
CMYK 0.66 0.16 0 0.39
HSL 194.71º 0.49% 0.41% -
HSV(B) 194.71º 0.66% 0.61% -
XYZ 15.37 19.09 33.88 -
YUV 109.83 153.49 87.47 -
System Red Green Blue C M Y K H S L
Decimal 53 130 155 0.66 0.16 0 0.39 194.71 0.49 0.41
Hex 35 82 9B 42 10 0 27 C3 31 29
Octal 65 202 233 102 20 0 47 303 61 51
Binary 110101 10000010 10011011 1000010 10000 0 100111 11000011 110001 101001

Color Harmonies of #35829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35829B

Black with #35829B

Text Example


Text Example

White with #35829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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