#398DD1

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

Shades of Curious Blue #398DD1

Tints of Curious Blue #398DD1

Color information

#398DD1 (or 0x398DD1) is unknown color: approx Curious Blue. HEX triplet: 39, 8D and D1. RGB value is (57,141,209). Sum of RGB (Red+Green+Blue) = 57+141+209=407 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.00% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 209 (82.03% from 255 or 51.35% from 407); Max value from RGB is 209 - color contains mainly: blue. Hex color #398DD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398DD1 is #C6722E. Grayscale: #7B7B7B. Windows color (decimal): -13005359 or 13733177. OLE color: 13733177.

HSL color Cylindrical-coordinate representation of color #398DD1: hue angle of 206.84º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #398DD1 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB57141209-
CMYK0.730.3300.18
HSL206.84º62.3%52.16%-
HSV(B)206.84º72.73%81.96%-
XYZ22.7224.5263.86-
YUV123.64176.1780.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.00%
GREEN value IS 141 (55.47% from 255) = 34.64%
BLUE value IS 209 (82.03% from 255) = 51.35%
R=14.00%
G=34.64%
B=51.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal571412090.730.3300.18206.8462.352.16
Hex398DD14921012cf3e34
Octal71215321111410223177664
Binary1110011000110111010001100100110000101001011001111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398DD1; }

 p { color: rgb(57,141,209); }

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

<style>
 a { background-color: #398DD1; }

 a { background-color: rgb(57,141,209); }

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

<style>
 span { border-color: #398DD1; }

 span { border-color: rgb(57,141,209); }

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