Html Css Color HEX #238795 Scooter

📋 copy color: '#238795'

red 35 ◦ green 135 ◦ blue 149

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

Shades of Scooter #238795

Tints of Scooter #238795

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.32%

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

R = 10.97%
G = 42.32%
B = 46.71%

CMYK

 C value IS 0.77

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#238795 (or 0x238795) is known color: Scooter. HEX triplet: 23, 87 and 95. RGB value is (35,135,149). Sum of RGB (Red+Green+Blue) = 35+135+149=319 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.97% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #238795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238795 is #DC786A. Grayscale: #6A6A6A. Windows color (decimal): -14448747 or 9799459. OLE color: 9799459.

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

Color convert

RGB 35 135 149 -
CMYK 0.77 0.09 0 0.42
HSL 187.37º 0.62% 0.36% -
HSV(B) 187.37º 0.77% 0.58% -
XYZ 14.78 19.86 31.49 -
YUV 106.7 151.87 76.86 -
System Red Green Blue C M Y K H S L
Decimal 35 135 149 0.77 0.09 0 0.42 187.37 0.62 0.36
Hex 23 87 95 4D 9 0 2A BB 3E 24
Octal 43 207 225 115 11 0 52 273 76 44
Binary 100011 10000111 10010101 1001101 1001 0 101010 10111011 111110 100100

Color Harmonies of #238795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238795

Black with #238795

Text Example


Text Example

White with #238795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238795; }

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

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

background-color css

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

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

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

border-color css

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

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

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