#258C9D

Color #258C9D Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #258C9D

Tints of Scooter #258C9D

Color information

#258C9D (or 0x258C9D) is unknown color: approx Scooter. HEX triplet: 25, 8C and 9D. RGB value is (37,140,157). Sum of RGB (Red+Green+Blue) = 37+140+157=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #258C9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258C9D is #DA7362. Grayscale: #6E6E6E. Windows color (decimal): -14316387 or 10325029. OLE color: 10325029.

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

Color convert

RGB37140157-
CMYK0.760.1100.38
HSL188.5º61.86%38.04%-
HSV(B)188.5º76.43%61.57%-
XYZ16.2321.5835.21-
YUV111.14153.8875.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.08%
GREEN value IS 140 (55.08% from 255) = 41.92%
BLUE value IS 157 (61.72% from 255) = 47.01%
R=11.08%
G=41.92%
B=47.01%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371401570.760.1100.38188.561.8638.04
Hex258C9D4CB026bc3e26
Octal45214235114130462747646
Binary100101100011001001110110011001011010011010111100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258C9D; }

 p { color: rgb(37,140,157); }

 H1.HeaderClassName
 {
   color: #258C9D;
 }
 .AnyTagClassName
 {
   color: #258C9D;
 }
</style>
background-color css

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

 a { background-color: rgb(37,140,157); }

 div.DivClassName
 {
   background-color: #258C9D;
 }
 .BgClassName
 {
   background-color: #258C9D;
 }
</style>
border-color css

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

 span { border-color: rgb(37,140,157); }

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