Html Css Color HEX #27838E Scooter

📋 copy color: '#27838E'

red 39 ◦ green 131 ◦ blue 142

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

Shades of Scooter #27838E

Tints of Scooter #27838E

RGB

 RED value IS 39 (15.63% from 255) = 12.5%

 GREEN value IS 131 (51.56% from 255) = 41.99%

 BLUE value IS 142 (55.86% from 255) = 45.51%

R = 12.5%
G = 41.99%
B = 45.51%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#27838E (or 0x27838E) is known color: Scooter. HEX triplet: 27, 83 and 8E. RGB value is (39,131,142). Sum of RGB (Red+Green+Blue) = 39+131+142=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #27838E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27838E is #D87C71. Grayscale: #686868. Windows color (decimal): -14187634 or 9339687. OLE color: 9339687.

HSL color Cylindrical-coordinate representation of color #27838E: hue angle of 186.41º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27838E is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 131 142 -
CMYK 0.73 0.08 0 0.44
HSL 186.41º 0.57% 0.35% -
HSV(B) 186.41º 0.73% 0.56% -
XYZ 13.84 18.62 28.46 -
YUV 104.75 149.02 81.11 -
System Red Green Blue C M Y K H S L
Decimal 39 131 142 0.73 0.08 0 0.44 186.41 0.57 0.35
Hex 27 83 8E 49 8 0 2C BA 39 23
Octal 47 203 216 111 10 0 54 272 71 43
Binary 100111 10000011 10001110 1001001 1000 0 101100 10111010 111001 100011

Color Harmonies of #27838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27838E

Black with #27838E

Text Example


Text Example

White with #27838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27838E; }

 p { color: rgb(39,131,142); }

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

background-color css

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

 a { background-color: rgb(39,131,142); }

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

border-color css

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

 span { border-color: rgb(39,131,142); }

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