Html Css Color HEX #25829D Scooter

📋 copy color: '#25829D'

red 37 ◦ green 130 ◦ blue 157

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

Shades of Scooter #25829D

Tints of Scooter #25829D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.46%

R = 11.42%
G = 40.12%
B = 48.46%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25829D (or 0x25829D) is known color: Scooter. HEX triplet: 25, 82 and 9D. RGB value is (37,130,157). Sum of RGB (Red+Green+Blue) = 37+130+157=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #25829D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25829D is #DA7D62. Grayscale: #696969. Windows color (decimal): -14318947 or 10322469. OLE color: 10322469.

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

Color convert

RGB 37 130 157 -
CMYK 0.76 0.17 0 0.38
HSL 193.5º 0.62% 0.38% -
HSV(B) 193.5º 0.76% 0.62% -
XYZ 14.83 18.79 34.74 -
YUV 105.27 157.19 79.3 -
System Red Green Blue C M Y K H S L
Decimal 37 130 157 0.76 0.17 0 0.38 193.5 0.62 0.38
Hex 25 82 9D 4C 11 0 26 C2 3E 26
Octal 45 202 235 114 21 0 46 302 76 46
Binary 100101 10000010 10011101 1001100 10001 0 100110 11000010 111110 100110

Color Harmonies of #25829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25829D

Black with #25829D

Text Example


Text Example

White with #25829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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