Html Css Color HEX #25829F Scooter

📋 copy color: '#25829F'

red 37 ◦ green 130 ◦ blue 159

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

Shades of Scooter #25829F

Tints of Scooter #25829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.77%

R = 11.35%
G = 39.88%
B = 48.77%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25829F (or 0x25829F) is known color: Scooter. HEX triplet: 25, 82 and 9F. RGB value is (37,130,159). Sum of RGB (Red+Green+Blue) = 37+130+159=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #25829F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25829F is #DA7D60. Grayscale: #696969. Windows color (decimal): -14318945 or 10453541. OLE color: 10453541.

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

Color convert

RGB 37 130 159 -
CMYK 0.77 0.18 0 0.38
HSL 194.26º 0.62% 0.38% -
HSV(B) 194.26º 0.77% 0.62% -
XYZ 15 18.86 35.65 -
YUV 105.5 158.19 79.14 -
System Red Green Blue C M Y K H S L
Decimal 37 130 159 0.77 0.18 0 0.38 194.26 0.62 0.38
Hex 25 82 9F 4D 12 0 26 C2 3E 26
Octal 45 202 237 115 22 0 46 302 76 46
Binary 100101 10000010 10011111 1001101 10010 0 100110 11000010 111110 100110

Color Harmonies of #25829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25829F

Black with #25829F

Text Example


Text Example

White with #25829F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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