Html Css Color HEX #238198 Scooter

📋 copy color: '#238198'

red 35 ◦ green 129 ◦ blue 152

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

Shades of Scooter #238198

Tints of Scooter #238198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 48.1%

R = 11.08%
G = 40.82%
B = 48.1%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#238198 (or 0x238198) is known color: Scooter. HEX triplet: 23, 81 and 98. RGB value is (35,129,152). Sum of RGB (Red+Green+Blue) = 35+129+152=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #238198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238198 is #DC7E67. Grayscale: #676767. Windows color (decimal): -14450280 or 9994531. OLE color: 9994531.

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

Color convert

RGB 35 129 152 -
CMYK 0.77 0.15 0 0.40
HSL 191.79º 0.63% 0.37% -
HSV(B) 191.79º 0.77% 0.6% -
XYZ 14.21 18.32 32.49 -
YUV 103.52 155.36 79.13 -
System Red Green Blue C M Y K H S L
Decimal 35 129 152 0.77 0.15 0 0.40 191.79 0.63 0.37
Hex 23 81 98 4D F 0 28 C0 3F 25
Octal 43 201 230 115 17 0 50 300 77 45
Binary 100011 10000001 10011000 1001101 1111 0 101000 11000000 111111 100101

Color Harmonies of #238198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238198

Black with #238198

Text Example


Text Example

White with #238198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238198; }

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

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

background-color css

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

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

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

border-color css

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

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

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