Html Css Color HEX #258395 Scooter

📋 copy color: '#258395'

red 37 ◦ green 131 ◦ blue 149

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

Shades of Scooter #258395

Tints of Scooter #258395

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.32%

 BLUE value IS 149 (58.59% from 255) = 47%

R = 11.67%
G = 41.32%
B = 47%

CMYK

 C value IS 0.75

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#258395 (or 0x258395) is known color: Scooter. HEX triplet: 25, 83 and 95. RGB value is (37,131,149). Sum of RGB (Red+Green+Blue) = 37+131+149=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #258395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258395 is #DA7C6A. Grayscale: #686868. Windows color (decimal): -14318699 or 9798437. OLE color: 9798437.

HSL color Cylindrical-coordinate representation of color #258395: hue angle of 189.64º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #258395 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 131 149 -
CMYK 0.75 0.12 0 0.42
HSL 189.64º 0.6% 0.36% -
HSV(B) 189.64º 0.75% 0.58% -
XYZ 14.3 18.8 31.31 -
YUV 104.95 152.86 79.54 -
System Red Green Blue C M Y K H S L
Decimal 37 131 149 0.75 0.12 0 0.42 189.64 0.6 0.36
Hex 25 83 95 4B C 0 2A BE 3C 24
Octal 45 203 225 113 14 0 52 276 74 44
Binary 100101 10000011 10010101 1001011 1100 0 101010 10111110 111100 100100

Color Harmonies of #258395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258395

Black with #258395

Text Example


Text Example

White with #258395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258395; }

 p { color: rgb(37,131,149); }

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

background-color css

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

 a { background-color: rgb(37,131,149); }

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

border-color css

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

 span { border-color: rgb(37,131,149); }

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