Html Css Color HEX #238095 Scooter

📋 copy color: '#238095'

red 35 ◦ green 128 ◦ blue 149

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

Shades of Scooter #238095

Tints of Scooter #238095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.76%

R = 11.22%
G = 41.03%
B = 47.76%

CMYK

 C value IS 0.77

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#238095 (or 0x238095) is known color: Scooter. HEX triplet: 23, 80 and 95. RGB value is (35,128,149). Sum of RGB (Red+Green+Blue) = 35+128+149=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #238095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238095 is #DC7F6A. Grayscale: #666666. Windows color (decimal): -14450539 or 9797667. OLE color: 9797667.

HSL color Cylindrical-coordinate representation of color #238095: hue angle of 191.05º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #238095 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 128 149 -
CMYK 0.77 0.14 0 0.42
HSL 191.05º 0.62% 0.36% -
HSV(B) 191.05º 0.77% 0.58% -
XYZ 13.84 17.97 31.17 -
YUV 102.59 154.19 79.79 -
System Red Green Blue C M Y K H S L
Decimal 35 128 149 0.77 0.14 0 0.42 191.05 0.62 0.36
Hex 23 80 95 4D E 0 2A BF 3E 24
Octal 43 200 225 115 16 0 52 277 76 44
Binary 100011 10000000 10010101 1001101 1110 0 101010 10111111 111110 100100

Color Harmonies of #238095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238095

Black with #238095

Text Example


Text Example

White with #238095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238095; }

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

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

background-color css

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

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

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

border-color css

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

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

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