Html Css Color HEX #38879C Scooter

📋 copy color: '#38879C'

red 56 ◦ green 135 ◦ blue 156

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

Shades of Scooter #38879C

Tints of Scooter #38879C

RGB

 RED value IS 56 (22.27% from 255) = 16.14%

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

 BLUE value IS 156 (61.33% from 255) = 44.96%

R = 16.14%
G = 38.9%
B = 44.96%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38879C (or 0x38879C) is known color: Scooter. HEX triplet: 38, 87 and 9C. RGB value is (56,135,156). Sum of RGB (Red+Green+Blue) = 56+135+156=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #38879C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38879C is #C77863. Grayscale: #717171. Windows color (decimal): -13072484 or 10258232. OLE color: 10258232.

HSL color Cylindrical-coordinate representation of color #38879C: hue angle of 192.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38879C is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 135 156 -
CMYK 0.64 0.13 0 0.39
HSL 192.6º 0.47% 0.42% -
HSV(B) 192.6º 0.64% 0.61% -
XYZ 16.3 20.57 34.56 -
YUV 113.77 151.83 86.79 -
System Red Green Blue C M Y K H S L
Decimal 56 135 156 0.64 0.13 0 0.39 192.6 0.47 0.42
Hex 38 87 9C 40 D 0 27 C1 2F 2A
Octal 70 207 234 100 15 0 47 301 57 52
Binary 111000 10000111 10011100 1000000 1101 0 100111 11000001 101111 101010

Color Harmonies of #38879C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38879C

Black with #38879C

Text Example


Text Example

White with #38879C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38879C; }

 p { color: rgb(56,135,156); }

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

background-color css

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

 a { background-color: rgb(56,135,156); }

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

border-color css

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

 span { border-color: rgb(56,135,156); }

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