Html Css Color HEX #238293 Scooter

📋 copy color: '#238293'

red 35 ◦ green 130 ◦ blue 147

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

Shades of Scooter #238293

Tints of Scooter #238293

RGB

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

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

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

R = 11.22%
G = 41.67%
B = 47.12%

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

#238293 (or 0x238293) is known color: Scooter. HEX triplet: 23, 82 and 93. RGB value is (35,130,147). Sum of RGB (Red+Green+Blue) = 35+130+147=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #238293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238293 is #DC7D6C. Grayscale: #676767. Windows color (decimal): -14450029 or 9667107. OLE color: 9667107.

HSL color Cylindrical-coordinate representation of color #238293: hue angle of 189.11º 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 #238293 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 130 147 -
CMYK 0.76 0.12 0 0.42
HSL 189.11º 0.62% 0.36% -
HSV(B) 189.11º 0.76% 0.58% -
XYZ 13.94 18.43 30.43 -
YUV 103.53 152.53 79.12 -
System Red Green Blue C M Y K H S L
Decimal 35 130 147 0.76 0.12 0 0.42 189.11 0.62 0.36
Hex 23 82 93 4C C 0 2A BD 3E 24
Octal 43 202 223 114 14 0 52 275 76 44
Binary 100011 10000010 10010011 1001100 1100 0 101010 10111101 111110 100100

Color Harmonies of #238293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238293

Black with #238293

Text Example


Text Example

White with #238293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238293; }

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

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

background-color css

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

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

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

border-color css

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

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

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