Html Css Color HEX #238193 Scooter

📋 copy color: '#238193'

red 35 ◦ green 129 ◦ blue 147

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

Shades of Scooter #238193

Tints of Scooter #238193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.27%

R = 11.25%
G = 41.48%
B = 47.27%

CMYK

 C value IS 0.76

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#238193 (or 0x238193) is known color: Scooter. HEX triplet: 23, 81 and 93. RGB value is (35,129,147). Sum of RGB (Red+Green+Blue) = 35+129+147=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #238193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238193 is #DC7E6C. Grayscale: #666666. Windows color (decimal): -14450285 or 9666851. OLE color: 9666851.

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

Color convert

RGB 35 129 147 -
CMYK 0.76 0.12 0 0.42
HSL 189.64º 0.62% 0.36% -
HSV(B) 189.64º 0.76% 0.58% -
XYZ 13.81 18.16 30.38 -
YUV 102.95 152.86 79.54 -
System Red Green Blue C M Y K H S L
Decimal 35 129 147 0.76 0.12 0 0.42 189.64 0.62 0.36
Hex 23 81 93 4C C 0 2A BE 3E 24
Octal 43 201 223 114 14 0 52 276 76 44
Binary 100011 10000001 10010011 1001100 1100 0 101010 10111110 111110 100100

Color Harmonies of #238193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238193

Black with #238193

Text Example


Text Example

White with #238193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238193; }

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

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

background-color css

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

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

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

border-color css

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

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

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