Html Css Color HEX #25829C Scooter

📋 copy color: '#25829C'

red 37 ◦ green 130 ◦ blue 156

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

Shades of Scooter #25829C

Tints of Scooter #25829C

RGB

 RED value IS 37 (14.84% from 255) = 11.46%

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

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

R = 11.46%
G = 40.25%
B = 48.3%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25829C (or 0x25829C) is known color: Scooter. HEX triplet: 25, 82 and 9C. RGB value is (37,130,156). Sum of RGB (Red+Green+Blue) = 37+130+156=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #25829C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25829C is #DA7D63. Grayscale: #686868. Windows color (decimal): -14318948 or 10256933. OLE color: 10256933.

HSL color Cylindrical-coordinate representation of color #25829C: hue angle of 193.11º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25829C is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 130 156 -
CMYK 0.76 0.17 0 0.39
HSL 193.11º 0.62% 0.38% -
HSV(B) 193.11º 0.76% 0.61% -
XYZ 14.75 18.76 34.3 -
YUV 105.16 156.69 79.39 -
System Red Green Blue C M Y K H S L
Decimal 37 130 156 0.76 0.17 0 0.39 193.11 0.62 0.38
Hex 25 82 9C 4C 11 0 27 C1 3E 26
Octal 45 202 234 114 21 0 47 301 76 46
Binary 100101 10000010 10011100 1001100 10001 0 100111 11000001 111110 100110

Color Harmonies of #25829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25829C

Black with #25829C

Text Example


Text Example

White with #25829C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,130,156); }

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

background-color css

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

 a { background-color: rgb(37,130,156); }

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

border-color css

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

 span { border-color: rgb(37,130,156); }

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