Html Css Color HEX #388299 Scooter

📋 copy color: '#388299'

red 56 ◦ green 130 ◦ blue 153

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

Shades of Scooter #388299

Tints of Scooter #388299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.35%

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

R = 16.52%
G = 38.35%
B = 45.13%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#388299 (or 0x388299) is known color: Scooter. HEX triplet: 38, 82 and 99. RGB value is (56,130,153). Sum of RGB (Red+Green+Blue) = 56+130+153=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #388299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388299 is #C77D66. Grayscale: #6E6E6E. Windows color (decimal): -13073767 or 10060344. OLE color: 10060344.

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

Color convert

RGB 56 130 153 -
CMYK 0.63 0.15 0 0.4
HSL 194.23º 0.46% 0.41% -
HSV(B) 194.23º 0.63% 0.6% -
XYZ 15.36 19.11 33.02 -
YUV 110.5 151.98 89.13 -
System Red Green Blue C M Y K H S L
Decimal 56 130 153 0.63 0.15 0 0.4 194.23 0.46 0.41
Hex 38 82 99 3F F 0 28 C2 2E 29
Octal 70 202 231 77 17 0 50 302 56 51
Binary 111000 10000010 10011001 111111 1111 0 101000 11000010 101110 101001

Color Harmonies of #388299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388299

Black with #388299

Text Example


Text Example

White with #388299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388299; }

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

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

background-color css

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

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

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

border-color css

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

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

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