Html Css Color HEX #398DDC Curious Blue

📋 copy color: '#398DDC'

red 57 ◦ green 141 ◦ blue 220

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

Shades of Curious Blue #398DDC

Tints of Curious Blue #398DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.73%

 BLUE value IS 220 (86.33% from 255) = 52.63%

R = 13.64%
G = 33.73%
B = 52.63%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#398DDC (or 0x398DDC) is known color: Curious Blue. HEX triplet: 39, 8D and DC. RGB value is (57,141,220). Sum of RGB (Red+Green+Blue) = 57+141+220=418 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.64% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #398DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398DDC is #C67223. Grayscale: #7C7C7C. Windows color (decimal): -13005348 or 14454073. OLE color: 14454073.

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

Color convert

RGB 57 141 220 -
CMYK 0.74 0.36 0 0.14
HSL 209.08º 0.7% 0.54% -
HSV(B) 209.08º 0.74% 0.86% -
XYZ 24.13 25.09 71.28 -
YUV 124.89 181.67 79.58 -
System Red Green Blue C M Y K H S L
Decimal 57 141 220 0.74 0.36 0 0.14 209.08 0.7 0.54
Hex 39 8D DC 4A 24 0 E D1 46 36
Octal 71 215 334 112 44 0 16 321 106 66
Binary 111001 10001101 11011100 1001010 100100 0 1110 11010001 1000110 110110

Color Harmonies of #398DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398DDC

Black with #398DDC

Text Example


Text Example

White with #398DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,141,220); }

 H1.HeaderClassName
 {
   color: #398DDC;
 }
 .AnyTagClassName
 {
   color: #398DDC;
 }
</style>

background-color css

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

 a { background-color: rgb(57,141,220); }

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

border-color css

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

 span { border-color: rgb(57,141,220); }

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