#398DCC

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

Shades of Curious Blue #398DCC

Tints of Curious Blue #398DCC

Color information

#398DCC (or 0x398DCC) is unknown color: approx Curious Blue. HEX triplet: 39, 8D and CC. RGB value is (57,141,204). Sum of RGB (Red+Green+Blue) = 57+141+204=402 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.18% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #398DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398DCC is #C67233. Grayscale: #7A7A7A. Windows color (decimal): -13005364 or 13405497. OLE color: 13405497.

HSL color Cylindrical-coordinate representation of color #398DCC: hue angle of 205.71º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #398DCC is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB57141204-
CMYK0.720.3100.2
HSL205.71º59.04%51.18%-
HSV(B)205.71º72.06%80%-
XYZ22.1124.2860.65-
YUV123.07173.6780.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.18%
GREEN value IS 141 (55.47% from 255) = 35.07%
BLUE value IS 204 (80.08% from 255) = 50.75%
R=14.18%
G=35.07%
B=50.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal571412040.720.3100.2205.7159.0451.18
Hex398DCC481F014ce3b33
Octal71215314110370243167363
Binary111001100011011100110010010001111101010011001110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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