#238FA4

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

Shades of Scooter #238FA4

Tints of Scooter #238FA4

Color information

#238FA4 (or 0x238FA4) is unknown color: approx Scooter. HEX triplet: 23, 8F and A4. RGB value is (35,143,164). Sum of RGB (Red+Green+Blue) = 35+143+164=342 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.23% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 164 (64.45% from 255 or 47.95% from 342); Max value from RGB is 164 - color contains mainly: blue. Hex color #238FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238FA4 is #DC705B. Grayscale: #707070. Windows color (decimal): -14446684 or 10784547. OLE color: 10784547.

HSL color Cylindrical-coordinate representation of color #238FA4: hue angle of 189.77º 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 #238FA4 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB35143164-
CMYK0.790.1300.36
HSL189.77º64.82%39.02%-
HSV(B)189.77º78.66%64.31%-
XYZ17.2222.6838.59-
YUV113.1156.7272.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.23%
GREEN value IS 143 (56.25% from 255) = 41.81%
BLUE value IS 164 (64.45% from 255) = 47.95%
R=10.23%
G=41.81%
B=47.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal351431640.790.1300.36189.7764.8239.02
Hex238FA44FD024be4127
Octal432172441171504427610147
Binary1000111000111110100100100111111010100100101111101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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