Html Css Color HEX #387FB1 Curious Blue

📋 copy color: '#387FB1'

red 56 ◦ green 127 ◦ blue 177

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

Shades of Curious Blue #387FB1

Tints of Curious Blue #387FB1

RGB

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

 GREEN value IS 127 (50% from 255) = 35.28%

 BLUE value IS 177 (69.53% from 255) = 49.17%

R = 15.56%
G = 35.28%
B = 49.17%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#387FB1 (or 0x387FB1) is known color: Curious Blue. HEX triplet: 38, 7F and B1. RGB value is (56,127,177). Sum of RGB (Red+Green+Blue) = 56+127+177=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 177 (69.53% from 255 or 49.17% from 360); Max value from RGB is 177 - color contains mainly: blue. Hex color #387FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387FB1 is #C7804E. Grayscale: #6F6F6F. Windows color (decimal): -13074511 or 11632440. OLE color: 11632440.

HSL color Cylindrical-coordinate representation of color #387FB1: hue angle of 204.79º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #387FB1 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 127 177 -
CMYK 0.68 0.28 0 0.31
HSL 204.79º 0.52% 0.46% -
HSV(B) 204.79º 0.68% 0.69% -
XYZ 17.16 19.19 44.4 -
YUV 111.47 164.98 88.43 -
System Red Green Blue C M Y K H S L
Decimal 56 127 177 0.68 0.28 0 0.31 204.79 0.52 0.46
Hex 38 7F B1 44 1C 0 1F CD 34 2E
Octal 70 177 261 104 34 0 37 315 64 56
Binary 111000 1111111 10110001 1000100 11100 0 11111 11001101 110100 101110

Color Harmonies of #387FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387FB1

Black with #387FB1

Text Example


Text Example

White with #387FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,127,177); }

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

background-color css

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

 a { background-color: rgb(56,127,177); }

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

border-color css

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

 span { border-color: rgb(56,127,177); }

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