Html Css Color HEX #2384AD Scooter

📋 copy color: '#2384AD'

red 35 ◦ green 132 ◦ blue 173

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

Shades of Scooter #2384AD

Tints of Scooter #2384AD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.82%

 BLUE value IS 173 (67.97% from 255) = 50.88%

R = 10.29%
G = 38.82%
B = 50.88%

CMYK

 C value IS 0.80

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2384AD (or 0x2384AD) is known color: Scooter. HEX triplet: 23, 84 and AD. RGB value is (35,132,173). Sum of RGB (Red+Green+Blue) = 35+132+173=340 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.29% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #2384AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2384AD is #DC7B52. Grayscale: #6B6B6B. Windows color (decimal): -14449491 or 11371555. OLE color: 11371555.

HSL color Cylindrical-coordinate representation of color #2384AD: hue angle of 197.83º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2384AD is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 35 132 173 -
CMYK 0.80 0.24 0 0.32
HSL 197.83º 0.66% 0.41% -
HSV(B) 197.83º 0.8% 0.68% -
XYZ 16.49 19.88 42.5 -
YUV 107.67 164.86 76.17 -
System Red Green Blue C M Y K H S L
Decimal 35 132 173 0.80 0.24 0 0.32 197.83 0.66 0.41
Hex 23 84 AD 50 18 0 20 C6 42 29
Octal 43 204 255 120 30 0 40 306 102 51
Binary 100011 10000100 10101101 1010000 11000 0 100000 11000110 1000010 101001

Color Harmonies of #2384AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2384AD

Black with #2384AD

Text Example


Text Example

White with #2384AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2384AD; }

 p { color: rgb(35,132,173); }

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

background-color css

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

 a { background-color: rgb(35,132,173); }

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

border-color css

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

 span { border-color: rgb(35,132,173); }

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