Html Css Color HEX #388499 Scooter

📋 copy color: '#388499'

red 56 ◦ green 132 ◦ blue 153

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

Shades of Scooter #388499

Tints of Scooter #388499

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.71%

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

R = 16.42%
G = 38.71%
B = 44.87%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#388499 (or 0x388499) is known color: Scooter. HEX triplet: 38, 84 and 99. RGB value is (56,132,153). Sum of RGB (Red+Green+Blue) = 56+132+153=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #388499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388499 is #C77B66. Grayscale: #6F6F6F. Windows color (decimal): -13073255 or 10060856. OLE color: 10060856.

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

Color convert

RGB 56 132 153 -
CMYK 0.63 0.14 0 0.4
HSL 192.99º 0.46% 0.41% -
HSV(B) 192.99º 0.63% 0.6% -
XYZ 15.63 19.64 33.1 -
YUV 111.67 151.32 88.29 -
System Red Green Blue C M Y K H S L
Decimal 56 132 153 0.63 0.14 0 0.4 192.99 0.46 0.41
Hex 38 84 99 3F E 0 28 C1 2E 29
Octal 70 204 231 77 16 0 50 301 56 51
Binary 111000 10000100 10011001 111111 1110 0 101000 11000001 101110 101001

Color Harmonies of #388499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388499

Black with #388499

Text Example


Text Example

White with #388499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388499; }

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

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

background-color css

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

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

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

border-color css

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

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

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