Html Css Color HEX #238099 Scooter

📋 copy color: '#238099'

red 35 ◦ green 128 ◦ blue 153

#238099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #238099

Tints of Scooter #238099

RGB

 RED value IS 35 (14.06% from 255) = 11.08%

 GREEN value IS 128 (50.39% from 255) = 40.51%

 BLUE value IS 153 (60.16% from 255) = 48.42%

R = 11.08%
G = 40.51%
B = 48.42%

CMYK

 C value IS 0.77

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#238099 (or 0x238099) is known color: Scooter. HEX triplet: 23, 80 and 99. RGB value is (35,128,153). Sum of RGB (Red+Green+Blue) = 35+128+153=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #238099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238099 is #DC7F66. Grayscale: #666666. Windows color (decimal): -14450535 or 10059811. OLE color: 10059811.

HSL color Cylindrical-coordinate representation of color #238099: hue angle of 192.71º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #238099 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 35 128 153 -
CMYK 0.77 0.16 0 0.4
HSL 192.71º 0.63% 0.37% -
HSV(B) 192.71º 0.77% 0.6% -
XYZ 14.16 18.1 32.88 -
YUV 103.04 156.19 79.47 -
System Red Green Blue C M Y K H S L
Decimal 35 128 153 0.77 0.16 0 0.4 192.71 0.63 0.37
Hex 23 80 99 4D 10 0 28 C1 3F 25
Octal 43 200 231 115 20 0 50 301 77 45
Binary 100011 10000000 10011001 1001101 10000 0 101000 11000001 111111 100101

Color Harmonies of #238099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238099

Black with #238099

Text Example


Text Example

White with #238099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238099; }

 p { color: rgb(35,128,153); }

 H1.HeaderClassName
 {
   color: #238099;
 }
 .AnyTagClassName
 {
   color: #238099;
 }
</style>

background-color css

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

 a { background-color: rgb(35,128,153); }

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

border-color css

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

 span { border-color: rgb(35,128,153); }

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