Html Css Color HEX #25849F Scooter

📋 copy color: '#25849F'

red 37 ◦ green 132 ◦ blue 159

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

Shades of Scooter #25849F

Tints of Scooter #25849F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.24%

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

R = 11.28%
G = 40.24%
B = 48.48%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25849F (or 0x25849F) is known color: Scooter. HEX triplet: 25, 84 and 9F. RGB value is (37,132,159). Sum of RGB (Red+Green+Blue) = 37+132+159=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #25849F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25849F is #DA7B60. Grayscale: #6A6A6A. Windows color (decimal): -14318433 or 10454053. OLE color: 10454053.

HSL color Cylindrical-coordinate representation of color #25849F: hue angle of 193.28º 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 #25849F is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 132 159 -
CMYK 0.77 0.17 0 0.38
HSL 193.28º 0.62% 0.38% -
HSV(B) 193.28º 0.77% 0.62% -
XYZ 15.27 19.4 35.74 -
YUV 106.67 157.53 78.3 -
System Red Green Blue C M Y K H S L
Decimal 37 132 159 0.77 0.17 0 0.38 193.28 0.62 0.38
Hex 25 84 9F 4D 11 0 26 C1 3E 26
Octal 45 204 237 115 21 0 46 301 76 46
Binary 100101 10000100 10011111 1001101 10001 0 100110 11000001 111110 100110

Color Harmonies of #25849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25849F

Black with #25849F

Text Example


Text Example

White with #25849F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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