#387FC8

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

Shades of Curious Blue #387FC8

Tints of Curious Blue #387FC8

Color information

#387FC8 (or 0x387FC8) is unknown color: approx Curious Blue. HEX triplet: 38, 7F and C8. RGB value is (56,127,200). Sum of RGB (Red+Green+Blue) = 56+127+200=383 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.62% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 200 (78.52% from 255 or 52.22% from 383); Max value from RGB is 200 - color contains mainly: blue. Hex color #387FC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387FC8 is #C78037. Grayscale: #717171. Windows color (decimal): -13074488 or 13139768. OLE color: 13139768.

HSL color Cylindrical-coordinate representation of color #387FC8: hue angle of 210.42º 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 #387FC8 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB56127200-
CMYK0.720.3600.22
HSL210.42º56.69%50.2%-
HSV(B)210.42º72%78.43%-
XYZ19.6520.1957.51-
YUV114.09176.4886.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.62%
GREEN value IS 127 (50% from 255) = 33.16%
BLUE value IS 200 (78.52% from 255) = 52.22%
R=14.62%
G=33.16%
B=52.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal561272000.720.3600.22210.4256.6950.2
Hex387FC84824016d23932
Octal70177310110440263227162
Binary111000111111111001000100100010010001011011010010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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