#398AC8

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

Shades of Curious Blue #398AC8

Tints of Curious Blue #398AC8

Color information

#398AC8 (or 0x398AC8) is unknown color: approx Curious Blue. HEX triplet: 39, 8A and C8. RGB value is (57,138,200). Sum of RGB (Red+Green+Blue) = 57+138+200=395 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.43% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #398AC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398AC8 is #C67537. Grayscale: #787878. Windows color (decimal): -13006136 or 13142585. OLE color: 13142585.

HSL color Cylindrical-coordinate representation of color #398AC8: hue angle of 206.01º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #398AC8 is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB57138200-
CMYK0.720.3100.22
HSL206.01º56.52%50.39%-
HSV(B)206.01º71.5%78.43%-
XYZ21.223.2258.01-
YUV120.85172.6682.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.43%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 200 (78.52% from 255) = 50.63%
R=14.43%
G=34.94%
B=50.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal571382000.720.3100.22206.0156.5250.39
Hex398AC8481F016ce3932
Octal71212310110370263167162
Binary111001100010101100100010010001111101011011001110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,138,200); }

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

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

 a { background-color: rgb(57,138,200); }

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

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

 span { border-color: rgb(57,138,200); }

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