Html Css Color HEX #238495 Scooter

📋 copy color: '#238495'

red 35 ◦ green 132 ◦ blue 149

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

Shades of Scooter #238495

Tints of Scooter #238495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.15%

R = 11.08%
G = 41.77%
B = 47.15%

CMYK

 C value IS 0.77

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#238495 (or 0x238495) is known color: Scooter. HEX triplet: 23, 84 and 95. RGB value is (35,132,149). Sum of RGB (Red+Green+Blue) = 35+132+149=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #238495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238495 is #DC7B6A. Grayscale: #686868. Windows color (decimal): -14449515 or 9798691. OLE color: 9798691.

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

Color convert

RGB 35 132 149 -
CMYK 0.77 0.11 0 0.42
HSL 188.95º 0.62% 0.36% -
HSV(B) 188.95º 0.77% 0.58% -
XYZ 14.37 19.03 31.35 -
YUV 104.94 152.86 78.12 -
System Red Green Blue C M Y K H S L
Decimal 35 132 149 0.77 0.11 0 0.42 188.95 0.62 0.36
Hex 23 84 95 4D B 0 2A BD 3E 24
Octal 43 204 225 115 13 0 52 275 76 44
Binary 100011 10000100 10010101 1001101 1011 0 101010 10111101 111110 100100

Color Harmonies of #238495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238495

Black with #238495

Text Example


Text Example

White with #238495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238495; }

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

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

background-color css

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

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

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

border-color css

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

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

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