Html Css Color HEX #387CB9 Curious Blue

📋 copy color: '#387CB9'

red 56 ◦ green 124 ◦ blue 185

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

Shades of Curious Blue #387CB9

Tints of Curious Blue #387CB9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.97%

 BLUE value IS 185 (72.66% from 255) = 50.68%

R = 15.34%
G = 33.97%
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

#387CB9 (or 0x387CB9) is known color: Curious Blue. HEX triplet: 38, 7C and B9. RGB value is (56,124,185). Sum of RGB (Red+Green+Blue) = 56+124+185=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 185 (72.66% from 255 or 50.68% from 365); Max value from RGB is 185 - color contains mainly: blue. Hex color #387CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387CB9 is #C78346. Grayscale: #6E6E6E. Windows color (decimal): -13075271 or 12155960. OLE color: 12155960.

HSL color Cylindrical-coordinate representation of color #387CB9: hue angle of 208.37º 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 #387CB9 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 124 185 -
CMYK 0.70 0.33 0 0.27
HSL 208.37º 0.54% 0.47% -
HSV(B) 208.37º 0.7% 0.73% -
XYZ 17.6 18.76 48.59 -
YUV 110.62 169.97 89.04 -
System Red Green Blue C M Y K H S L
Decimal 56 124 185 0.70 0.33 0 0.27 208.37 0.54 0.47
Hex 38 7C B9 46 21 0 1B D0 36 2F
Octal 70 174 271 106 41 0 33 320 66 57
Binary 111000 1111100 10111001 1000110 100001 0 11011 11010000 110110 101111

Color Harmonies of #387CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387CB9

Black with #387CB9

Text Example


Text Example

White with #387CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,124,185); }

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

background-color css

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

 a { background-color: rgb(56,124,185); }

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

border-color css

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

 span { border-color: rgb(56,124,185); }

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