#398DCD

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

Shades of Curious Blue #398DCD

Tints of Curious Blue #398DCD

Color information

#398DCD (or 0x398DCD) is unknown color: approx Curious Blue. HEX triplet: 39, 8D and CD. RGB value is (57,141,205). Sum of RGB (Red+Green+Blue) = 57+141+205=403 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.14% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #398DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398DCD is #C67232. Grayscale: #7A7A7A. Windows color (decimal): -13005363 or 13471033. OLE color: 13471033.

HSL color Cylindrical-coordinate representation of color #398DCD: hue angle of 205.95º degrees, saturation: 0.6, 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 #398DCD is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB57141205-
CMYK0.720.3100.20
HSL205.95º59.68%51.37%-
HSV(B)205.95º72.2%80.39%-
XYZ22.2324.3361.28-
YUV123.18174.1780.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.14%
GREEN value IS 141 (55.47% from 255) = 34.99%
BLUE value IS 205 (80.47% from 255) = 50.87%
R=14.14%
G=34.99%
B=50.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal571412050.720.3100.20205.9559.6851.37
Hex398DCD481F014ce3c33
Octal71215315110370243167463
Binary111001100011011100110110010001111101010011001110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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