Html Css Color HEX #238296 Scooter

📋 copy color: '#238296'

red 35 ◦ green 130 ◦ blue 150

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

Shades of Scooter #238296

Tints of Scooter #238296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.27%

 BLUE value IS 150 (58.98% from 255) = 47.62%

R = 11.11%
G = 41.27%
B = 47.62%

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

#238296 (or 0x238296) is known color: Scooter. HEX triplet: 23, 82 and 96. RGB value is (35,130,150). Sum of RGB (Red+Green+Blue) = 35+130+150=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #238296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238296 is #DC7D69. Grayscale: #676767. Windows color (decimal): -14450026 or 9863715. OLE color: 9863715.

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

Color convert

RGB 35 130 150 -
CMYK 0.77 0.13 0 0.41
HSL 190.43º 0.62% 0.36% -
HSV(B) 190.43º 0.77% 0.59% -
XYZ 14.18 18.52 31.68 -
YUV 103.88 154.03 78.87 -
System Red Green Blue C M Y K H S L
Decimal 35 130 150 0.77 0.13 0 0.41 190.43 0.62 0.36
Hex 23 82 96 4D D 0 29 BE 3E 24
Octal 43 202 226 115 15 0 51 276 76 44
Binary 100011 10000010 10010110 1001101 1101 0 101001 10111110 111110 100100

Color Harmonies of #238296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238296

Black with #238296

Text Example


Text Example

White with #238296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238296; }

 p { color: rgb(35,130,150); }

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

background-color css

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

 a { background-color: rgb(35,130,150); }

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

border-color css

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

 span { border-color: rgb(35,130,150); }

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