#397FC7

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

Shades of Curious Blue #397FC7

Tints of Curious Blue #397FC7

Color information

#397FC7 (or 0x397FC7) is unknown color: approx Curious Blue. HEX triplet: 39, 7F and C7. RGB value is (57,127,199). Sum of RGB (Red+Green+Blue) = 57+127+199=383 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.88% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 199 (78.12% from 255 or 51.96% from 383); Max value from RGB is 199 - color contains mainly: blue. Hex color #397FC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397FC7 is #C68038. Grayscale: #717171. Windows color (decimal): -13008953 or 13074233. OLE color: 13074233.

HSL color Cylindrical-coordinate representation of color #397FC7: hue angle of 210.42º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #397FC7 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB57127199-
CMYK0.710.3600.22
HSL210.42º55.91%50.2%-
HSV(B)210.42º71.36%78.04%-
XYZ19.5920.1756.89-
YUV114.28175.8187.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.88%
GREEN value IS 127 (50% from 255) = 33.16%
BLUE value IS 199 (78.12% from 255) = 51.96%
R=14.88%
G=33.16%
B=51.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal571271990.710.3600.22210.4255.9150.2
Hex397FC74724016d23832
Octal71177307107440263227062
Binary111001111111111000111100011110010001011011010010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397FC7; }

 p { color: rgb(57,127,199); }

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

<style>
 a { background-color: #397FC7; }

 a { background-color: rgb(57,127,199); }

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

<style>
 span { border-color: #397FC7; }

 span { border-color: rgb(57,127,199); }

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