Html Css Color HEX #388599 Scooter

📋 copy color: '#388599'

red 56 ◦ green 133 ◦ blue 153

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

Shades of Scooter #388599

Tints of Scooter #388599

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.89%

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

R = 16.37%
G = 38.89%
B = 44.74%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#388599 (or 0x388599) is known color: Scooter. HEX triplet: 38, 85 and 99. RGB value is (56,133,153). Sum of RGB (Red+Green+Blue) = 56+133+153=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #388599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388599 is #C77A66. Grayscale: #707070. Windows color (decimal): -13072999 or 10061112. OLE color: 10061112.

HSL color Cylindrical-coordinate representation of color #388599: hue angle of 192.37º 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 #388599 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 133 153 -
CMYK 0.63 0.13 0 0.4
HSL 192.37º 0.46% 0.41% -
HSV(B) 192.37º 0.63% 0.6% -
XYZ 15.77 19.92 33.15 -
YUV 112.26 150.99 87.87 -
System Red Green Blue C M Y K H S L
Decimal 56 133 153 0.63 0.13 0 0.4 192.37 0.46 0.41
Hex 38 85 99 3F D 0 28 C0 2E 29
Octal 70 205 231 77 15 0 50 300 56 51
Binary 111000 10000101 10011001 111111 1101 0 101000 11000000 101110 101001

Color Harmonies of #388599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388599

Black with #388599

Text Example


Text Example

White with #388599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388599; }

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

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

background-color css

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

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

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

border-color css

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

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

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