Html Css Color HEX #3801BD Medium Blue

📋 copy color: '#3801BD'

red 56 ◦ green 1 ◦ blue 189

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

Shades of Medium Blue #3801BD

Tints of Medium Blue #3801BD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 189 (74.22% from 255) = 76.83%

R = 22.76%
G = 0.41%
B = 76.83%

CMYK

 C value IS 0.70

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3801BD (or 0x3801BD) is known color: Medium Blue. HEX triplet: 38, 01 and BD. RGB value is (56,1,189). Sum of RGB (Red+Green+Blue) = 56+1+189=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 189 (74.22% from 255 or 76.83% from 246); Max value from RGB is 189 - color contains mainly: blue. Hex color #3801BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3801BD is #C7FE42. Grayscale: #262626. Windows color (decimal): -13106755 or 12386616. OLE color: 12386616.

HSL color Cylindrical-coordinate representation of color #3801BD: hue angle of 257.55º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3801BD is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 1 189 -
CMYK 0.70 0.99 0 0.26
HSL 257.55º 0.99% 0.37% -
HSV(B) 257.55º 0.99% 0.74% -
XYZ 10.83 4.54 48.45 -
YUV 38.88 212.72 140.21 -
System Red Green Blue C M Y K H S L
Decimal 56 1 189 0.70 0.99 0 0.26 257.55 0.99 0.37
Hex 38 1 BD 46 63 0 1A 102 63 25
Octal 70 1 275 106 143 0 32 402 143 45
Binary 111000 1 10111101 1000110 1100011 0 11010 100000010 1100011 100101

Color Harmonies of #3801BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3801BD

Black with #3801BD

Text Example


Text Example

White with #3801BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3801BD; }

 p { color: rgb(56,1,189); }

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

background-color css

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

 a { background-color: rgb(56,1,189); }

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

border-color css

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

 span { border-color: rgb(56,1,189); }

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