Html Css Color HEX #38839A Scooter

📋 copy color: '#38839A'

red 56 ◦ green 131 ◦ blue 154

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

Shades of Scooter #38839A

Tints of Scooter #38839A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.16%

R = 16.42%
G = 38.42%
B = 45.16%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#38839A (or 0x38839A) is known color: Scooter. HEX triplet: 38, 83 and 9A. RGB value is (56,131,154). Sum of RGB (Red+Green+Blue) = 56+131+154=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #38839A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38839A is #C77C65. Grayscale: #6F6F6F. Windows color (decimal): -13073510 or 10126136. OLE color: 10126136.

HSL color Cylindrical-coordinate representation of color #38839A: hue angle of 194.08º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38839A is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 131 154 -
CMYK 0.64 0.15 0 0.40
HSL 194.08º 0.47% 0.41% -
HSV(B) 194.08º 0.64% 0.6% -
XYZ 15.58 19.41 33.5 -
YUV 111.2 152.15 88.63 -
System Red Green Blue C M Y K H S L
Decimal 56 131 154 0.64 0.15 0 0.40 194.08 0.47 0.41
Hex 38 83 9A 40 F 0 28 C2 2F 29
Octal 70 203 232 100 17 0 50 302 57 51
Binary 111000 10000011 10011010 1000000 1111 0 101000 11000010 101111 101001

Color Harmonies of #38839A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38839A

Black with #38839A

Text Example


Text Example

White with #38839A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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