#238396

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

Shades of Scooter #238396

Tints of Scooter #238396

Color information

#238396 (or 0x238396) is unknown color: approx Scooter. HEX triplet: 23, 83 and 96. RGB value is (35,131,150). Sum of RGB (Red+Green+Blue) = 35+131+150=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #238396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238396 is #DC7C69. Grayscale: #686868. Windows color (decimal): -14449770 or 9863971. OLE color: 9863971.

HSL color Cylindrical-coordinate representation of color #238396: hue angle of 189.91º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #238396 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB35131150-
CMYK0.770.1300.41
HSL189.91º62.16%36.27%-
HSV(B)189.91º76.67%58.82%-
XYZ14.3118.7931.73-
YUV104.46153.778.46-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.08%
GREEN value IS 131 (51.56% from 255) = 41.46%
BLUE value IS 150 (58.98% from 255) = 47.47%
R=11.08%
G=41.46%
B=47.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal351311500.770.1300.41189.9162.1636.27
Hex2383964DD029be3e24
Octal43203226115150512767644
Binary100011100000111001011010011011101010100110111110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238396; }

 p { color: rgb(35,131,150); }

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

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

 a { background-color: rgb(35,131,150); }

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

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

 span { border-color: rgb(35,131,150); }

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