Html Css Color HEX #387FB8 Curious Blue

📋 copy color: '#387FB8'

red 56 ◦ green 127 ◦ blue 184

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

Shades of Curious Blue #387FB8

Tints of Curious Blue #387FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 50.14%

R = 15.26%
G = 34.6%
B = 50.14%

CMYK

 C value IS 0.70

 M value IS 0.31

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#387FB8 (or 0x387FB8) is known color: Curious Blue. HEX triplet: 38, 7F and B8. RGB value is (56,127,184). Sum of RGB (Red+Green+Blue) = 56+127+184=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 184 (72.27% from 255 or 50.14% from 367); Max value from RGB is 184 - color contains mainly: blue. Hex color #387FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387FB8 is #C78047. Grayscale: #6F6F6F. Windows color (decimal): -13074504 or 12091192. OLE color: 12091192.

HSL color Cylindrical-coordinate representation of color #387FB8: hue angle of 206.72º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #387FB8 is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 127 184 -
CMYK 0.70 0.31 0 0.28
HSL 206.72º 0.53% 0.47% -
HSV(B) 206.72º 0.7% 0.72% -
XYZ 17.87 19.48 48.17 -
YUV 112.27 168.48 87.87 -
System Red Green Blue C M Y K H S L
Decimal 56 127 184 0.70 0.31 0 0.28 206.72 0.53 0.47
Hex 38 7F B8 46 1F 0 1C CF 35 2F
Octal 70 177 270 106 37 0 34 317 65 57
Binary 111000 1111111 10111000 1000110 11111 0 11100 11001111 110101 101111

Color Harmonies of #387FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387FB8

Black with #387FB8

Text Example


Text Example

White with #387FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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