Html Css Color HEX #25849B Scooter

📋 copy color: '#25849B'

red 37 ◦ green 132 ◦ blue 155

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

Shades of Scooter #25849B

Tints of Scooter #25849B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.84%

R = 11.42%
G = 40.74%
B = 47.84%

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

#25849B (or 0x25849B) is known color: Scooter. HEX triplet: 25, 84 and 9B. RGB value is (37,132,155). Sum of RGB (Red+Green+Blue) = 37+132+155=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #25849B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25849B is #DA7B64. Grayscale: #6A6A6A. Windows color (decimal): -14318437 or 10191909. OLE color: 10191909.

HSL color Cylindrical-coordinate representation of color #25849B: hue angle of 191.69º degrees, saturation: 0.61, 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 #25849B is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 132 155 -
CMYK 0.76 0.15 0 0.39
HSL 191.69º 0.61% 0.38% -
HSV(B) 191.69º 0.76% 0.61% -
XYZ 14.93 19.26 33.94 -
YUV 106.22 155.53 78.63 -
System Red Green Blue C M Y K H S L
Decimal 37 132 155 0.76 0.15 0 0.39 191.69 0.61 0.38
Hex 25 84 9B 4C F 0 27 C0 3D 26
Octal 45 204 233 114 17 0 47 300 75 46
Binary 100101 10000100 10011011 1001100 1111 0 100111 11000000 111101 100110

Color Harmonies of #25849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25849B

Black with #25849B

Text Example


Text Example

White with #25849B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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