#387BB3

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

Shades of Curious Blue #387BB3

Tints of Curious Blue #387BB3

Color information

#387BB3 (or 0x387BB3) is unknown color: approx Curious Blue. HEX triplet: 38, 7B and B3. RGB value is (56,123,179). Sum of RGB (Red+Green+Blue) = 56+123+179=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #387BB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BB3 is #C7844C. Grayscale: #6D6D6D. Windows color (decimal): -13075533 or 11762488. OLE color: 11762488.

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

Color convert

RGB56123179-
CMYK0.690.3100.30
HSL207.32º52.34%46.08%-
HSV(B)207.32º68.72%70.2%-
XYZ16.8518.2645.28-
YUV109.35167.389.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.64%
GREEN value IS 123 (48.44% from 255) = 34.36%
BLUE value IS 179 (70.31% from 255) = 50%
R=15.64%
G=34.36%
B=50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal561231790.690.3100.30207.3252.3446.08
Hex387BB3451F01Ecf342e
Octal70173263105370363176456
Binary11100011110111011001110001011111101111011001111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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