Html Css Color HEX #25859C Scooter

📋 copy color: '#25859C'

red 37 ◦ green 133 ◦ blue 156

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

Shades of Scooter #25859C

Tints of Scooter #25859C

RGB

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

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

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

R = 11.35%
G = 40.8%
B = 47.85%

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

#25859C (or 0x25859C) is known color: Scooter. HEX triplet: 25, 85 and 9C. RGB value is (37,133,156). Sum of RGB (Red+Green+Blue) = 37+133+156=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #25859C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25859C is #DA7A63. Grayscale: #6A6A6A. Windows color (decimal): -14318180 or 10257701. OLE color: 10257701.

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

Color convert

RGB 37 133 156 -
CMYK 0.76 0.15 0 0.39
HSL 191.6º 0.62% 0.38% -
HSV(B) 191.6º 0.76% 0.61% -
XYZ 15.15 19.57 34.43 -
YUV 106.92 155.7 78.13 -
System Red Green Blue C M Y K H S L
Decimal 37 133 156 0.76 0.15 0 0.39 191.6 0.62 0.38
Hex 25 85 9C 4C F 0 27 C0 3E 26
Octal 45 205 234 114 17 0 47 300 76 46
Binary 100101 10000101 10011100 1001100 1111 0 100111 11000000 111110 100110

Color Harmonies of #25859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25859C

Black with #25859C

Text Example


Text Example

White with #25859C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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