Html Css Color HEX #38839B Scooter

📋 copy color: '#38839B'

red 56 ◦ green 131 ◦ blue 155

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

Shades of Scooter #38839B

Tints of Scooter #38839B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.32%

R = 16.37%
G = 38.3%
B = 45.32%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38839B (or 0x38839B) is known color: Scooter. HEX triplet: 38, 83 and 9B. RGB value is (56,131,155). Sum of RGB (Red+Green+Blue) = 56+131+155=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #38839B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38839B is #C77C64. Grayscale: #6F6F6F. Windows color (decimal): -13073509 or 10191672. OLE color: 10191672.

HSL color Cylindrical-coordinate representation of color #38839B: hue angle of 194.55º 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 #38839B is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 131 155 -
CMYK 0.64 0.15 0 0.39
HSL 194.55º 0.47% 0.41% -
HSV(B) 194.55º 0.64% 0.61% -
XYZ 15.66 19.44 33.94 -
YUV 111.31 152.65 88.55 -
System Red Green Blue C M Y K H S L
Decimal 56 131 155 0.64 0.15 0 0.39 194.55 0.47 0.41
Hex 38 83 9B 40 F 0 27 C3 2F 29
Octal 70 203 233 100 17 0 47 303 57 51
Binary 111000 10000011 10011011 1000000 1111 0 100111 11000011 101111 101001

Color Harmonies of #38839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38839B

Black with #38839B

Text Example


Text Example

White with #38839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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