Html Css Color HEX #25859D Scooter

📋 copy color: '#25859D'

red 37 ◦ green 133 ◦ blue 157

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

Shades of Scooter #25859D

Tints of Scooter #25859D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.67%

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

R = 11.31%
G = 40.67%
B = 48.01%

CMYK

 C value IS 0.76

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25859D (or 0x25859D) is known color: Scooter. HEX triplet: 25, 85 and 9D. RGB value is (37,133,157). Sum of RGB (Red+Green+Blue) = 37+133+157=327 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.31% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #25859D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25859D is #DA7A62. Grayscale: #6A6A6A. Windows color (decimal): -14318179 or 10323237. OLE color: 10323237.

HSL color Cylindrical-coordinate representation of color #25859D: hue angle of 192º 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 #25859D is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 133 157 -
CMYK 0.76 0.15 0 0.38
HSL 192º 0.62% 0.38% -
HSV(B) 192º 0.76% 0.62% -
XYZ 15.24 19.6 34.88 -
YUV 107.03 156.2 78.05 -
System Red Green Blue C M Y K H S L
Decimal 37 133 157 0.76 0.15 0 0.38 192 0.62 0.38
Hex 25 85 9D 4C F 0 26 C0 3E 26
Octal 45 205 235 114 17 0 46 300 76 46
Binary 100101 10000101 10011101 1001100 1111 0 100110 11000000 111110 100110

Color Harmonies of #25859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25859D

Black with #25859D

Text Example


Text Example

White with #25859D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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