Html Css Color HEX #387FBA Curious Blue

📋 copy color: '#387FBA'

red 56 ◦ green 127 ◦ blue 186

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

Shades of Curious Blue #387FBA

Tints of Curious Blue #387FBA

RGB

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

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

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

R = 15.18%
G = 34.42%
B = 50.41%

CMYK

 C value IS 0.70

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#387FBA (or 0x387FBA) is known color: Curious Blue. HEX triplet: 38, 7F and BA. RGB value is (56,127,186). Sum of RGB (Red+Green+Blue) = 56+127+186=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #387FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387FBA is #C78045. Grayscale: #707070. Windows color (decimal): -13074502 or 12222264. OLE color: 12222264.

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

Color convert

RGB 56 127 186 -
CMYK 0.70 0.32 0 0.27
HSL 207.23º 0.54% 0.47% -
HSV(B) 207.23º 0.7% 0.73% -
XYZ 18.08 19.56 49.28 -
YUV 112.5 169.48 87.7 -
System Red Green Blue C M Y K H S L
Decimal 56 127 186 0.70 0.32 0 0.27 207.23 0.54 0.47
Hex 38 7F BA 46 20 0 1B CF 36 2F
Octal 70 177 272 106 40 0 33 317 66 57
Binary 111000 1111111 10111010 1000110 100000 0 11011 11001111 110110 101111

Color Harmonies of #387FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387FBA

Black with #387FBA

Text Example


Text Example

White with #387FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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