Html Css Color HEX #387CBB Curious Blue

📋 copy color: '#387CBB'

red 56 ◦ green 124 ◦ blue 187

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

Shades of Curious Blue #387CBB

Tints of Curious Blue #387CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.95%

R = 15.26%
G = 33.79%
B = 50.95%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#387CBB (or 0x387CBB) is known color: Curious Blue. HEX triplet: 38, 7C and BB. RGB value is (56,124,187). Sum of RGB (Red+Green+Blue) = 56+124+187=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #387CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387CBB is #C78344. Grayscale: #6E6E6E. Windows color (decimal): -13075269 or 12287032. OLE color: 12287032.

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

Color convert

RGB 56 124 187 -
CMYK 0.70 0.34 0 0.27
HSL 208.86º 0.54% 0.48% -
HSV(B) 208.86º 0.7% 0.73% -
XYZ 17.81 18.84 49.71 -
YUV 110.85 170.97 88.88 -
System Red Green Blue C M Y K H S L
Decimal 56 124 187 0.70 0.34 0 0.27 208.86 0.54 0.48
Hex 38 7C BB 46 22 0 1B D1 36 30
Octal 70 174 273 106 42 0 33 321 66 60
Binary 111000 1111100 10111011 1000110 100010 0 11011 11010001 110110 110000

Color Harmonies of #387CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387CBB

Black with #387CBB

Text Example


Text Example

White with #387CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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