#238CA3

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

Shades of Scooter #238CA3

Tints of Scooter #238CA3

Color information

#238CA3 (or 0x238CA3) is unknown color: approx Scooter. HEX triplet: 23, 8C and A3. RGB value is (35,140,163). Sum of RGB (Red+Green+Blue) = 35+140+163=338 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.36% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 163 (64.06% from 255 or 48.22% from 338); Max value from RGB is 163 - color contains mainly: blue. Hex color #238CA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238CA3 is #DC735C. Grayscale: #6F6F6F. Windows color (decimal): -14447453 or 10718243. OLE color: 10718243.

HSL color Cylindrical-coordinate representation of color #238CA3: hue angle of 190.78º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #238CA3 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB35140163-
CMYK0.790.1400.36
HSL190.78º64.65%38.82%-
HSV(B)190.78º78.53%63.92%-
XYZ16.6821.7637.97-
YUV111.23157.2173.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.36%
GREEN value IS 140 (55.08% from 255) = 41.42%
BLUE value IS 163 (64.06% from 255) = 48.22%
R=10.36%
G=41.42%
B=48.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal351401630.790.1400.36190.7864.6538.82
Hex238CA34FE024bf4127
Octal432142431171604427710147
Binary1000111000110010100011100111111100100100101111111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,140,163); }

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

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

 a { background-color: rgb(35,140,163); }

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

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

 span { border-color: rgb(35,140,163); }

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