#398BC3

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

Shades of Curious Blue #398BC3

Tints of Curious Blue #398BC3

Color information

#398BC3 (or 0x398BC3) is unknown color: approx Curious Blue. HEX triplet: 39, 8B and C3. RGB value is (57,139,195). Sum of RGB (Red+Green+Blue) = 57+139+195=391 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.58% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 195 (76.56% from 255 or 49.87% from 391); Max value from RGB is 195 - color contains mainly: blue. Hex color #398BC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398BC3 is #C6743C. Grayscale: #787878. Windows color (decimal): -13005885 or 12815161. OLE color: 12815161.

HSL color Cylindrical-coordinate representation of color #398BC3: hue angle of 204.35º 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 #398BC3 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB57139195-
CMYK0.710.2900.24
HSL204.35º54.76%49.41%-
HSV(B)204.35º70.77%76.47%-
XYZ20.7723.2855.03-
YUV120.87169.8382.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.58%
GREEN value IS 139 (54.69% from 255) = 35.55%
BLUE value IS 195 (76.56% from 255) = 49.87%
R=14.58%
G=35.55%
B=49.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal571391950.710.2900.24204.3554.7649.41
Hex398BC3471D018cc3731
Octal71213303107350303146761
Binary111001100010111100001110001111110101100011001100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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