#387BC8

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

Shades of Curious Blue #387BC8

Tints of Curious Blue #387BC8

Color information

#387BC8 (or 0x387BC8) is unknown color: approx Curious Blue. HEX triplet: 38, 7B and C8. RGB value is (56,123,200). Sum of RGB (Red+Green+Blue) = 56+123+200=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #387BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BC8 is #C78437. Grayscale: #6F6F6F. Windows color (decimal): -13075512 or 13138744. OLE color: 13138744.

HSL color Cylindrical-coordinate representation of color #387BC8: hue angle of 212.08º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #387BC8 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB56123200-
CMYK0.720.3800.22
HSL212.08º56.69%50.2%-
HSV(B)212.08º72%78.43%-
XYZ19.1419.1857.34-
YUV111.74177.888.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.78%
GREEN value IS 123 (48.44% from 255) = 32.45%
BLUE value IS 200 (78.52% from 255) = 52.77%
R=14.78%
G=32.45%
B=52.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal561232000.720.3800.22212.0856.6950.2
Hex387BC84826016d43932
Octal70173310110460263247162
Binary111000111101111001000100100010011001011011010100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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