Html Css Color HEX #238199 Scooter

📋 copy color: '#238199'

red 35 ◦ green 129 ◦ blue 153

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

Shades of Scooter #238199

Tints of Scooter #238199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.69%

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

R = 11.04%
G = 40.69%
B = 48.26%

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

#238199 (or 0x238199) is known color: Scooter. HEX triplet: 23, 81 and 99. RGB value is (35,129,153). Sum of RGB (Red+Green+Blue) = 35+129+153=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #238199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238199 is #DC7E66. Grayscale: #676767. Windows color (decimal): -14450279 or 10060067. OLE color: 10060067.

HSL color Cylindrical-coordinate representation of color #238199: hue angle of 192.2º 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 #238199 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 35 129 153 -
CMYK 0.77 0.16 0 0.4
HSL 192.2º 0.63% 0.37% -
HSV(B) 192.2º 0.77% 0.6% -
XYZ 14.29 18.36 32.93 -
YUV 103.63 155.86 79.05 -
System Red Green Blue C M Y K H S L
Decimal 35 129 153 0.77 0.16 0 0.4 192.2 0.63 0.37
Hex 23 81 99 4D 10 0 28 C0 3F 25
Octal 43 201 231 115 20 0 50 300 77 45
Binary 100011 10000001 10011001 1001101 10000 0 101000 11000000 111111 100101

Color Harmonies of #238199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238199

Black with #238199

Text Example


Text Example

White with #238199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238199; }

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

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

background-color css

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

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

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

border-color css

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

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

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