Html Css Color HEX #387DBA Curious Blue

📋 copy color: '#387DBA'

red 56 ◦ green 125 ◦ blue 186

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

Shades of Curious Blue #387DBA

Tints of Curious Blue #387DBA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.06%

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 15.26%
G = 34.06%
B = 50.68%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#387DBA (or 0x387DBA) is known color: Curious Blue. HEX triplet: 38, 7D and BA. RGB value is (56,125,186). Sum of RGB (Red+Green+Blue) = 56+125+186=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #387DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387DBA is #C78245. Grayscale: #6F6F6F. Windows color (decimal): -13075014 or 12221752. OLE color: 12221752.

HSL color Cylindrical-coordinate representation of color #387DBA: hue angle of 208.15º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #387DBA is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 125 186 -
CMYK 0.70 0.33 0 0.27
HSL 208.15º 0.54% 0.47% -
HSV(B) 208.15º 0.7% 0.73% -
XYZ 17.83 19.05 49.19 -
YUV 111.32 170.14 88.54 -
System Red Green Blue C M Y K H S L
Decimal 56 125 186 0.70 0.33 0 0.27 208.15 0.54 0.47
Hex 38 7D BA 46 21 0 1B D0 36 2F
Octal 70 175 272 106 41 0 33 320 66 57
Binary 111000 1111101 10111010 1000110 100001 0 11011 11010000 110110 101111

Color Harmonies of #387DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387DBA

Black with #387DBA

Text Example


Text Example

White with #387DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387DBA; }

 p { color: rgb(56,125,186); }

 H1.HeaderClassName
 {
   color: #387DBA;
 }
 .AnyTagClassName
 {
   color: #387DBA;
 }
</style>

background-color css

<style>
 a { background-color: #387DBA; }

 a { background-color: rgb(56,125,186); }

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

border-color css

<style>
 span { border-color: #387DBA; }

 span { border-color: rgb(56,125,186); }

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