Html Css Color HEX #388494 Scooter

📋 copy color: '#388494'

red 56 ◦ green 132 ◦ blue 148

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

Shades of Scooter #388494

Tints of Scooter #388494

RGB

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

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

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

R = 16.67%
G = 39.29%
B = 44.05%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#388494 (or 0x388494) is known color: Scooter. HEX triplet: 38, 84 and 94. RGB value is (56,132,148). Sum of RGB (Red+Green+Blue) = 56+132+148=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #388494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388494 is #C77B6B. Grayscale: #6E6E6E. Windows color (decimal): -13073260 or 9733176. OLE color: 9733176.

HSL color Cylindrical-coordinate representation of color #388494: hue angle of 190.43º 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 #388494 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 132 148 -
CMYK 0.62 0.11 0 0.42
HSL 190.43º 0.45% 0.4% -
HSV(B) 190.43º 0.62% 0.58% -
XYZ 15.23 19.48 30.97 -
YUV 111.1 148.82 88.7 -
System Red Green Blue C M Y K H S L
Decimal 56 132 148 0.62 0.11 0 0.42 190.43 0.45 0.4
Hex 38 84 94 3E B 0 2A BE 2D 28
Octal 70 204 224 76 13 0 52 276 55 50
Binary 111000 10000100 10010100 111110 1011 0 101010 10111110 101101 101000

Color Harmonies of #388494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388494

Black with #388494

Text Example


Text Example

White with #388494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388494; }

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

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

background-color css

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

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

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

border-color css

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

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

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