#387BB4

Color #387BB4 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #387BB4

Tints of Curious Blue #387BB4

Color information

#387BB4 (or 0x387BB4) is unknown color: approx Curious Blue. HEX triplet: 38, 7B and B4. RGB value is (56,123,180). Sum of RGB (Red+Green+Blue) = 56+123+180=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 180 (70.70% from 255 or 50.14% from 359); Max value from RGB is 180 - color contains mainly: blue. Hex color #387BB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BB4 is #C7844B. Grayscale: #6D6D6D. Windows color (decimal): -13075532 or 11828024. OLE color: 11828024.

HSL color Cylindrical-coordinate representation of color #387BB4: hue angle of 207.58º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #387BB4 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB56123180-
CMYK0.690.3200.29
HSL207.58º52.54%46.27%-
HSV(B)207.58º68.89%70.59%-
XYZ16.9518.345.82-
YUV109.46167.889.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.60%
GREEN value IS 123 (48.44% from 255) = 34.26%
BLUE value IS 180 (70.70% from 255) = 50.14%
R=15.60%
G=34.26%
B=50.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561231800.690.3200.29207.5852.5446.27
Hex387BB4452001Dd0352e
Octal70173264105400353206556
Binary111000111101110110100100010110000001110111010000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,123,180); }

 H1.HeaderClassName
 {
   color: #387BB4;
 }
 .AnyTagClassName
 {
   color: #387BB4;
 }
</style>
background-color css

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

 a { background-color: rgb(56,123,180); }

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

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

 span { border-color: rgb(56,123,180); }

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