#398ACC

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

Shades of Curious Blue #398ACC

Tints of Curious Blue #398ACC

Color information

#398ACC (or 0x398ACC) is unknown color: approx Curious Blue. HEX triplet: 39, 8A and CC. RGB value is (57,138,204). Sum of RGB (Red+Green+Blue) = 57+138+204=399 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.29% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #398ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398ACC is #C67533. Grayscale: #787878. Windows color (decimal): -13006132 or 13404729. OLE color: 13404729.

HSL color Cylindrical-coordinate representation of color #398ACC: hue angle of 206.94º 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 #398ACC is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB57138204-
CMYK0.720.3200.2
HSL206.94º59.04%51.18%-
HSV(B)206.94º72.06%80%-
XYZ21.6723.4160.5-
YUV121.3174.6682.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.29%
GREEN value IS 138 (54.30% from 255) = 34.59%
BLUE value IS 204 (80.08% from 255) = 51.13%
R=14.29%
G=34.59%
B=51.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal571382040.720.3200.2206.9459.0451.18
Hex398ACC4820014cf3b33
Octal71212314110400243177363
Binary1110011000101011001100100100010000001010011001111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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