#238F9D

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

Shades of Scooter #238F9D

Tints of Scooter #238F9D

Color information

#238F9D (or 0x238F9D) is unknown color: approx Scooter. HEX triplet: 23, 8F and 9D. RGB value is (35,143,157). Sum of RGB (Red+Green+Blue) = 35+143+157=335 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.45% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #238F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238F9D is #DC7062. Grayscale: #707070. Windows color (decimal): -14446691 or 10325795. OLE color: 10325795.

HSL color Cylindrical-coordinate representation of color #238F9D: hue angle of 186.89º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #238F9D is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB35143157-
CMYK0.780.0900.38
HSL186.89º63.54%37.65%-
HSV(B)186.89º77.71%61.57%-
XYZ16.622.4435.35-
YUV112.3153.2272.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.45%
GREEN value IS 143 (56.25% from 255) = 42.69%
BLUE value IS 157 (61.72% from 255) = 46.87%
R=10.45%
G=42.69%
B=46.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal351431570.780.0900.38186.8963.5437.65
Hex238F9D4E9026bb4026
Octal432172351161104627310046
Binary1000111000111110011101100111010010100110101110111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238F9D; }

 p { color: rgb(35,143,157); }

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

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

 a { background-color: rgb(35,143,157); }

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

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

 span { border-color: rgb(35,143,157); }

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