Html Css Color HEX #398CD1 Curious Blue

📋 copy color: '#398CD1'

red 57 ◦ green 140 ◦ blue 209

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

Shades of Curious Blue #398CD1

Tints of Curious Blue #398CD1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.48%

 BLUE value IS 209 (82.03% from 255) = 51.48%

R = 14.04%
G = 34.48%
B = 51.48%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#398CD1 (or 0x398CD1) is known color: Curious Blue. HEX triplet: 39, 8C and D1. RGB value is (57,140,209). Sum of RGB (Red+Green+Blue) = 57+140+209=406 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.04% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 209 (82.03% from 255 or 51.48% from 406); Max value from RGB is 209 - color contains mainly: blue. Hex color #398CD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398CD1 is #C6732E. Grayscale: #7A7A7A. Windows color (decimal): -13005615 or 13732921. OLE color: 13732921.

HSL color Cylindrical-coordinate representation of color #398CD1: hue angle of 207.24º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #398CD1 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 57 140 209 -
CMYK 0.73 0.33 0 0.18
HSL 207.24º 0.62% 0.52% -
HSV(B) 207.24º 0.73% 0.82% -
XYZ 22.57 24.23 63.81 -
YUV 123.05 176.5 80.89 -
System Red Green Blue C M Y K H S L
Decimal 57 140 209 0.73 0.33 0 0.18 207.24 0.62 0.52
Hex 39 8C D1 49 21 0 12 CF 3E 34
Octal 71 214 321 111 41 0 22 317 76 64
Binary 111001 10001100 11010001 1001001 100001 0 10010 11001111 111110 110100

Color Harmonies of #398CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398CD1

Black with #398CD1

Text Example


Text Example

White with #398CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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