#398CBD

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

Shades of Curious Blue #398CBD

Tints of Curious Blue #398CBD

Color information

#398CBD (or 0x398CBD) is unknown color: approx Curious Blue. HEX triplet: 39, 8C and BD. RGB value is (57,140,189). Sum of RGB (Red+Green+Blue) = 57+140+189=386 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.77% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #398CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398CBD is #C67342. Grayscale: #787878. Windows color (decimal): -13005635 or 12422201. OLE color: 12422201.

HSL color Cylindrical-coordinate representation of color #398CBD: hue angle of 202.27º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #398CBD is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB57140189-
CMYK0.700.2600.26
HSL202.27º53.66%48.24%-
HSV(B)202.27º69.84%74.12%-
XYZ20.2523.351.57-
YUV120.77166.582.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.77%
GREEN value IS 140 (55.08% from 255) = 36.27%
BLUE value IS 189 (74.22% from 255) = 48.96%
R=14.77%
G=36.27%
B=48.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal571401890.700.2600.26202.2753.6648.24
Hex398CBD461A01Aca3630
Octal71214275106320323126660
Binary111001100011001011110110001101101001101011001010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,140,189); }

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

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

 a { background-color: rgb(57,140,189); }

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

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

 span { border-color: rgb(57,140,189); }

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