Html Css Color HEX #25849C Scooter

📋 copy color: '#25849C'

red 37 ◦ green 132 ◦ blue 156

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

Shades of Scooter #25849C

Tints of Scooter #25849C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48%

R = 11.38%
G = 40.62%
B = 48%

CMYK

 C value IS 0.76

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25849C (or 0x25849C) is known color: Scooter. HEX triplet: 25, 84 and 9C. RGB value is (37,132,156). Sum of RGB (Red+Green+Blue) = 37+132+156=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #25849C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25849C is #DA7B63. Grayscale: #6A6A6A. Windows color (decimal): -14318436 or 10257445. OLE color: 10257445.

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

Color convert

RGB 37 132 156 -
CMYK 0.76 0.15 0 0.39
HSL 192.1º 0.62% 0.38% -
HSV(B) 192.1º 0.76% 0.61% -
XYZ 15.01 19.3 34.39 -
YUV 106.33 156.03 78.55 -
System Red Green Blue C M Y K H S L
Decimal 37 132 156 0.76 0.15 0 0.39 192.1 0.62 0.38
Hex 25 84 9C 4C F 0 27 C0 3E 26
Octal 45 204 234 114 17 0 47 300 76 46
Binary 100101 10000100 10011100 1001100 1111 0 100111 11000000 111110 100110

Color Harmonies of #25849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25849C

Black with #25849C

Text Example


Text Example

White with #25849C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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