Html Css Color HEX #38839C Scooter

📋 copy color: '#38839C'

red 56 ◦ green 131 ◦ blue 156

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

Shades of Scooter #38839C

Tints of Scooter #38839C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.48%

R = 16.33%
G = 38.19%
B = 45.48%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38839C (or 0x38839C) is known color: Scooter. HEX triplet: 38, 83 and 9C. RGB value is (56,131,156). Sum of RGB (Red+Green+Blue) = 56+131+156=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #38839C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38839C is #C77C63. Grayscale: #6F6F6F. Windows color (decimal): -13073508 or 10257208. OLE color: 10257208.

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

Color convert

RGB 56 131 156 -
CMYK 0.64 0.16 0 0.39
HSL 195º 0.47% 0.42% -
HSV(B) 195º 0.64% 0.61% -
XYZ 15.75 19.47 34.38 -
YUV 111.43 153.15 88.47 -
System Red Green Blue C M Y K H S L
Decimal 56 131 156 0.64 0.16 0 0.39 195 0.47 0.42
Hex 38 83 9C 40 10 0 27 C3 2F 2A
Octal 70 203 234 100 20 0 47 303 57 52
Binary 111000 10000011 10011100 1000000 10000 0 100111 11000011 101111 101010

Color Harmonies of #38839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38839C

Black with #38839C

Text Example


Text Example

White with #38839C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38839C; }

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

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

background-color css

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

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

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

border-color css

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

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

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