#399BC3

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

Shades of Curious Blue #399BC3

Tints of Curious Blue #399BC3

Color information

#399BC3 (or 0x399BC3) is unknown color: approx Curious Blue. HEX triplet: 39, 9B and C3. RGB value is (57,155,195). Sum of RGB (Red+Green+Blue) = 57+155+195=407 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.00% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 195 - color contains mainly: blue. Hex color #399BC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399BC3 is #C6643C. Grayscale: #818181. Windows color (decimal): -13001789 or 12819257. OLE color: 12819257.

HSL color Cylindrical-coordinate representation of color #399BC3: hue angle of 197.39º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #399BC3 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB57155195-
CMYK0.710.2100.24
HSL197.39º54.76%49.41%-
HSV(B)197.39º70.77%76.47%-
XYZ23.2628.2555.86-
YUV130.26164.5375.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.00%
GREEN value IS 155 (60.94% from 255) = 38.08%
BLUE value IS 195 (76.56% from 255) = 47.91%
R=14.00%
G=38.08%
B=47.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal571551950.710.2100.24197.3954.7649.41
Hex399BC34715018c53731
Octal71233303107250303056761
Binary111001100110111100001110001111010101100011000101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399BC3; }

 p { color: rgb(57,155,195); }

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

<style>
 a { background-color: #399BC3; }

 a { background-color: rgb(57,155,195); }

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

<style>
 span { border-color: #399BC3; }

 span { border-color: rgb(57,155,195); }

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