Html Css Color HEX #388398 Scooter

📋 copy color: '#388398'

red 56 ◦ green 131 ◦ blue 152

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

Shades of Scooter #388398

Tints of Scooter #388398

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.64%

 BLUE value IS 152 (59.77% from 255) = 44.84%

R = 16.52%
G = 38.64%
B = 44.84%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#388398 (or 0x388398) is known color: Scooter. HEX triplet: 38, 83 and 98. RGB value is (56,131,152). Sum of RGB (Red+Green+Blue) = 56+131+152=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #388398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388398 is #C77C67. Grayscale: #6E6E6E. Windows color (decimal): -13073512 or 9995064. OLE color: 9995064.

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

Color convert

RGB 56 131 152 -
CMYK 0.63 0.14 0 0.40
HSL 193.13º 0.46% 0.41% -
HSV(B) 193.13º 0.63% 0.6% -
XYZ 15.41 19.34 32.63 -
YUV 110.97 151.15 88.79 -
System Red Green Blue C M Y K H S L
Decimal 56 131 152 0.63 0.14 0 0.40 193.13 0.46 0.41
Hex 38 83 98 3F E 0 28 C1 2E 29
Octal 70 203 230 77 16 0 50 301 56 51
Binary 111000 10000011 10011000 111111 1110 0 101000 11000001 101110 101001

Color Harmonies of #388398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388398

Black with #388398

Text Example


Text Example

White with #388398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388398; }

 p { color: rgb(56,131,152); }

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

background-color css

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

 a { background-color: rgb(56,131,152); }

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

border-color css

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

 span { border-color: rgb(56,131,152); }

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