#38819B

Color #38819B Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #38819B

Tints of Scooter #38819B

Color information

#38819B (or 0x38819B) is unknown color: approx Scooter. HEX triplet: 38, 81 and 9B. RGB value is (56,129,155). Sum of RGB (Red+Green+Blue) = 56+129+155=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #38819B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38819B is #C77E64. Grayscale: #6D6D6D. Windows color (decimal): -13074021 or 10191160. OLE color: 10191160.

HSL color Cylindrical-coordinate representation of color #38819B: hue angle of 195.76º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38819B is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB56129155-
CMYK0.640.1700.39
HSL195.76º46.92%41.37%-
HSV(B)195.76º63.87%60.78%-
XYZ15.418.9133.85-
YUV110.14153.3289.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.47%
GREEN value IS 129 (50.78% from 255) = 37.94%
BLUE value IS 155 (60.94% from 255) = 45.59%
R=16.47%
G=37.94%
B=45.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561291550.640.1700.39195.7646.9241.37
Hex38819B4011027c42f29
Octal70201233100210473045751
Binary1110001000000110011011100000010001010011111000100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38819B; }

 p { color: rgb(56,129,155); }

 H1.HeaderClassName
 {
   color: #38819B;
 }
 .AnyTagClassName
 {
   color: #38819B;
 }
</style>
background-color css

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

 a { background-color: rgb(56,129,155); }

 div.DivClassName
 {
   background-color: #38819B;
 }
 .BgClassName
 {
   background-color: #38819B;
 }
</style>
border-color css

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

 span { border-color: rgb(56,129,155); }

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