Html Css Color HEX #398ACC Curious Blue

📋 copy color: '#398ACC'

red 57 ◦ green 138 ◦ blue 204

#398ACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #398ACC

Tints of Curious Blue #398ACC

RGB

 RED value IS 57 (22.66% from 255) = 14.29%

 GREEN value IS 138 (54.3% 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 value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#398ACC (or 0x398ACC) is known color: 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

RGB 57 138 204 -
CMYK 0.72 0.32 0 0.2
HSL 206.94º 0.59% 0.51% -
HSV(B) 206.94º 0.72% 0.8% -
XYZ 21.67 23.41 60.5 -
YUV 121.31 174.66 82.13 -
System Red Green Blue C M Y K H S L
Decimal 57 138 204 0.72 0.32 0 0.2 206.94 0.59 0.51
Hex 39 8A CC 48 20 0 14 CF 3B 33
Octal 71 212 314 110 40 0 24 317 73 63
Binary 111001 10001010 11001100 1001000 100000 0 10100 11001111 111011 110011

Color Harmonies of #398ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398ACC

Black with #398ACC

Text Example


Text Example

White with #398ACC

Text Example


Text Example

HTML Codes & Css Web 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>