Html Css Color HEX #238298 Scooter

📋 copy color: '#238298'

red 35 ◦ green 130 ◦ blue 152

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

Shades of Scooter #238298

Tints of Scooter #238298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.95%

R = 11.04%
G = 41.01%
B = 47.95%

CMYK

 C value IS 0.77

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#238298 (or 0x238298) is known color: Scooter. HEX triplet: 23, 82 and 98. RGB value is (35,130,152). Sum of RGB (Red+Green+Blue) = 35+130+152=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #238298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238298 is #DC7D67. Grayscale: #676767. Windows color (decimal): -14450024 or 9994787. OLE color: 9994787.

HSL color Cylindrical-coordinate representation of color #238298: hue angle of 191.28º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #238298 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 130 152 -
CMYK 0.77 0.14 0 0.40
HSL 191.28º 0.63% 0.37% -
HSV(B) 191.28º 0.77% 0.6% -
XYZ 14.34 18.59 32.54 -
YUV 104.1 155.03 78.71 -
System Red Green Blue C M Y K H S L
Decimal 35 130 152 0.77 0.14 0 0.40 191.28 0.63 0.37
Hex 23 82 98 4D E 0 28 BF 3F 25
Octal 43 202 230 115 16 0 50 277 77 45
Binary 100011 10000010 10011000 1001101 1110 0 101000 10111111 111111 100101

Color Harmonies of #238298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238298

Black with #238298

Text Example


Text Example

White with #238298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238298; }

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

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

background-color css

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

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

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

border-color css

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

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

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