Html Css Color HEX #38879B Scooter

📋 copy color: '#38879B'

red 56 ◦ green 135 ◦ blue 155

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

Shades of Scooter #38879B

Tints of Scooter #38879B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.8%

R = 16.18%
G = 39.02%
B = 44.8%

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

#38879B (or 0x38879B) is known color: Scooter. HEX triplet: 38, 87 and 9B. RGB value is (56,135,155). Sum of RGB (Red+Green+Blue) = 56+135+155=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #38879B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38879B is #C77864. Grayscale: #717171. Windows color (decimal): -13072485 or 10192696. OLE color: 10192696.

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

Color convert

RGB 56 135 155 -
CMYK 0.64 0.13 0 0.39
HSL 192.12º 0.47% 0.41% -
HSV(B) 192.12º 0.64% 0.61% -
XYZ 16.21 20.54 34.12 -
YUV 113.66 151.33 86.87 -
System Red Green Blue C M Y K H S L
Decimal 56 135 155 0.64 0.13 0 0.39 192.12 0.47 0.41
Hex 38 87 9B 40 D 0 27 C0 2F 29
Octal 70 207 233 100 15 0 47 300 57 51
Binary 111000 10000111 10011011 1000000 1101 0 100111 11000000 101111 101001

Color Harmonies of #38879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38879B

Black with #38879B

Text Example


Text Example

White with #38879B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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