Html Css Color HEX #25869D Scooter

📋 copy color: '#25869D'

red 37 ◦ green 134 ◦ blue 157

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

Shades of Scooter #25869D

Tints of Scooter #25869D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.85%

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

R = 11.28%
G = 40.85%
B = 47.87%

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

#25869D (or 0x25869D) is known color: Scooter. HEX triplet: 25, 86 and 9D. RGB value is (37,134,157). Sum of RGB (Red+Green+Blue) = 37+134+157=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #25869D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25869D is #DA7962. Grayscale: #6B6B6B. Windows color (decimal): -14317923 or 10323493. OLE color: 10323493.

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

Color convert

RGB 37 134 157 -
CMYK 0.76 0.15 0 0.38
HSL 191.5º 0.62% 0.38% -
HSV(B) 191.5º 0.76% 0.62% -
XYZ 15.37 19.88 34.92 -
YUV 107.62 155.86 77.63 -
System Red Green Blue C M Y K H S L
Decimal 37 134 157 0.76 0.15 0 0.38 191.5 0.62 0.38
Hex 25 86 9D 4C F 0 26 C0 3E 26
Octal 45 206 235 114 17 0 46 300 76 46
Binary 100101 10000110 10011101 1001100 1111 0 100110 11000000 111110 100110

Color Harmonies of #25869D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25869D

Black with #25869D

Text Example


Text Example

White with #25869D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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