Html Css Color HEX #238392 Scooter

📋 copy color: '#238392'

red 35 ◦ green 131 ◦ blue 146

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

Shades of Scooter #238392

Tints of Scooter #238392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.99%

 BLUE value IS 146 (57.42% from 255) = 46.79%

R = 11.22%
G = 41.99%
B = 46.79%

CMYK

 C value IS 0.76

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#238392 (or 0x238392) is known color: Scooter. HEX triplet: 23, 83 and 92. RGB value is (35,131,146). Sum of RGB (Red+Green+Blue) = 35+131+146=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #238392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238392 is #DC7C6D. Grayscale: #676767. Windows color (decimal): -14449774 or 9601827. OLE color: 9601827.

HSL color Cylindrical-coordinate representation of color #238392: hue angle of 188.11º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238392 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 35 131 146 -
CMYK 0.76 0.10 0 0.43
HSL 188.11º 0.61% 0.35% -
HSV(B) 188.11º 0.76% 0.57% -
XYZ 14 18.67 30.06 -
YUV 104.01 151.7 78.78 -
System Red Green Blue C M Y K H S L
Decimal 35 131 146 0.76 0.10 0 0.43 188.11 0.61 0.35
Hex 23 83 92 4C A 0 2B BC 3D 23
Octal 43 203 222 114 12 0 53 274 75 43
Binary 100011 10000011 10010010 1001100 1010 0 101011 10111100 111101 100011

Color Harmonies of #238392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238392

Black with #238392

Text Example


Text Example

White with #238392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238392; }

 p { color: rgb(35,131,146); }

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

background-color css

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

 a { background-color: rgb(35,131,146); }

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

border-color css

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

 span { border-color: rgb(35,131,146); }

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