Html Css Color HEX #388699 Scooter

📋 copy color: '#388699'

red 56 ◦ green 134 ◦ blue 153

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

Shades of Scooter #388699

Tints of Scooter #388699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.61%

R = 16.33%
G = 39.07%
B = 44.61%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#388699 (or 0x388699) is known color: Scooter. HEX triplet: 38, 86 and 99. RGB value is (56,134,153). Sum of RGB (Red+Green+Blue) = 56+134+153=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #388699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388699 is #C77966. Grayscale: #707070. Windows color (decimal): -13072743 or 10061368. OLE color: 10061368.

HSL color Cylindrical-coordinate representation of color #388699: hue angle of 191.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #388699 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 134 153 -
CMYK 0.63 0.12 0 0.4
HSL 191.75º 0.46% 0.41% -
HSV(B) 191.75º 0.63% 0.6% -
XYZ 15.91 20.19 33.2 -
YUV 112.84 150.66 87.46 -
System Red Green Blue C M Y K H S L
Decimal 56 134 153 0.63 0.12 0 0.4 191.75 0.46 0.41
Hex 38 86 99 3F C 0 28 C0 2E 29
Octal 70 206 231 77 14 0 50 300 56 51
Binary 111000 10000110 10011001 111111 1100 0 101000 11000000 101110 101001

Color Harmonies of #388699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388699

Black with #388699

Text Example


Text Example

White with #388699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388699; }

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

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

background-color css

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

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

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

border-color css

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

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

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