Html Css Color HEX #388694 Scooter

📋 copy color: '#388694'

red 56 ◦ green 134 ◦ blue 148

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

Shades of Scooter #388694

Tints of Scooter #388694

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.64%

 BLUE value IS 148 (58.2% from 255) = 43.79%

R = 16.57%
G = 39.64%
B = 43.79%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#388694 (or 0x388694) is known color: Scooter. HEX triplet: 38, 86 and 94. RGB value is (56,134,148). Sum of RGB (Red+Green+Blue) = 56+134+148=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #388694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388694 is #C7796B. Grayscale: #707070. Windows color (decimal): -13072748 or 9733688. OLE color: 9733688.

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

Color convert

RGB 56 134 148 -
CMYK 0.62 0.09 0 0.42
HSL 189.13º 0.45% 0.4% -
HSV(B) 189.13º 0.62% 0.58% -
XYZ 15.5 20.03 31.07 -
YUV 112.27 148.16 87.86 -
System Red Green Blue C M Y K H S L
Decimal 56 134 148 0.62 0.09 0 0.42 189.13 0.45 0.4
Hex 38 86 94 3E 9 0 2A BD 2D 28
Octal 70 206 224 76 11 0 52 275 55 50
Binary 111000 10000110 10010100 111110 1001 0 101010 10111101 101101 101000

Color Harmonies of #388694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388694

Black with #388694

Text Example


Text Example

White with #388694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388694; }

 p { color: rgb(56,134,148); }

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

background-color css

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

 a { background-color: rgb(56,134,148); }

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

border-color css

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

 span { border-color: rgb(56,134,148); }

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