Html Css Color HEX #238397 Scooter

📋 copy color: '#238397'

red 35 ◦ green 131 ◦ blue 151

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

Shades of Scooter #238397

Tints of Scooter #238397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 47.63%

R = 11.04%
G = 41.32%
B = 47.63%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#238397 (or 0x238397) is known color: Scooter. HEX triplet: 23, 83 and 97. RGB value is (35,131,151). Sum of RGB (Red+Green+Blue) = 35+131+151=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 151 (59.38% from 255 or 47.63% from 317); Max value from RGB is 151 - color contains mainly: blue. Hex color #238397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238397 is #DC7C68. Grayscale: #686868. Windows color (decimal): -14449769 or 9929507. OLE color: 9929507.

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

Color convert

RGB 35 131 151 -
CMYK 0.77 0.13 0 0.41
HSL 190.34º 0.62% 0.36% -
HSV(B) 190.34º 0.77% 0.59% -
XYZ 14.4 18.82 32.15 -
YUV 104.58 154.2 78.37 -
System Red Green Blue C M Y K H S L
Decimal 35 131 151 0.77 0.13 0 0.41 190.34 0.62 0.36
Hex 23 83 97 4D D 0 29 BE 3E 24
Octal 43 203 227 115 15 0 51 276 76 44
Binary 100011 10000011 10010111 1001101 1101 0 101001 10111110 111110 100100

Color Harmonies of #238397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238397

Black with #238397

Text Example


Text Example

White with #238397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238397; }

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

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

background-color css

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

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

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

border-color css

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

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

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