Html Css Color HEX #258391 Scooter

📋 copy color: '#258391'

red 37 ◦ green 131 ◦ blue 145

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

Shades of Scooter #258391

Tints of Scooter #258391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.33%

R = 11.82%
G = 41.85%
B = 46.33%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#258391 (or 0x258391) is known color: Scooter. HEX triplet: 25, 83 and 91. RGB value is (37,131,145). Sum of RGB (Red+Green+Blue) = 37+131+145=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #258391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258391 is #DA7C6E. Grayscale: #686868. Windows color (decimal): -14318703 or 9536293. OLE color: 9536293.

HSL color Cylindrical-coordinate representation of color #258391: hue angle of 187.78º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258391 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 131 145 -
CMYK 0.74 0.10 0 0.43
HSL 187.78º 0.59% 0.36% -
HSV(B) 187.78º 0.74% 0.57% -
XYZ 13.99 18.67 29.65 -
YUV 104.49 150.86 79.86 -
System Red Green Blue C M Y K H S L
Decimal 37 131 145 0.74 0.10 0 0.43 187.78 0.59 0.36
Hex 25 83 91 4A A 0 2B BC 3B 24
Octal 45 203 221 112 12 0 53 274 73 44
Binary 100101 10000011 10010001 1001010 1010 0 101011 10111100 111011 100100

Color Harmonies of #258391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258391

Black with #258391

Text Example


Text Example

White with #258391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258391; }

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

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

background-color css

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

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

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

border-color css

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

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

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