Html Css Color HEX #387CBF Curious Blue

📋 copy color: '#387CBF'

red 56 ◦ green 124 ◦ blue 191

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

Shades of Curious Blue #387CBF

Tints of Curious Blue #387CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.48%

R = 15.09%
G = 33.42%
B = 51.48%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#387CBF (or 0x387CBF) is known color: Curious Blue. HEX triplet: 38, 7C and BF. RGB value is (56,124,191). Sum of RGB (Red+Green+Blue) = 56+124+191=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #387CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387CBF is #C78340. Grayscale: #6E6E6E. Windows color (decimal): -13075265 or 12549176. OLE color: 12549176.

HSL color Cylindrical-coordinate representation of color #387CBF: hue angle of 209.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #387CBF is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 124 191 -
CMYK 0.71 0.35 0 0.25
HSL 209.78º 0.55% 0.48% -
HSV(B) 209.78º 0.71% 0.75% -
XYZ 18.24 19.02 52 -
YUV 111.31 172.97 88.55 -
System Red Green Blue C M Y K H S L
Decimal 56 124 191 0.71 0.35 0 0.25 209.78 0.55 0.48
Hex 38 7C BF 47 23 0 19 D2 37 30
Octal 70 174 277 107 43 0 31 322 67 60
Binary 111000 1111100 10111111 1000111 100011 0 11001 11010010 110111 110000

Color Harmonies of #387CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387CBF

Black with #387CBF

Text Example


Text Example

White with #387CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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