Html Css Color HEX #398BD1 Curious Blue

📋 copy color: '#398BD1'

red 57 ◦ green 139 ◦ blue 209

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

Shades of Curious Blue #398BD1

Tints of Curious Blue #398BD1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.32%

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

R = 14.07%
G = 34.32%
B = 51.6%

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

#398BD1 (or 0x398BD1) is known color: Curious Blue. HEX triplet: 39, 8B and D1. RGB value is (57,139,209). Sum of RGB (Red+Green+Blue) = 57+139+209=405 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.07% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 209 (82.03% from 255 or 51.60% from 405); Max value from RGB is 209 - color contains mainly: blue. Hex color #398BD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398BD1 is #C6742E. Grayscale: #7A7A7A. Windows color (decimal): -13005871 or 13732665. OLE color: 13732665.

HSL color Cylindrical-coordinate representation of color #398BD1: hue angle of 207.63º 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 #398BD1 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 57 139 209 -
CMYK 0.73 0.33 0 0.18
HSL 207.63º 0.62% 0.52% -
HSV(B) 207.63º 0.73% 0.82% -
XYZ 22.43 23.94 63.76 -
YUV 122.46 176.83 81.31 -
System Red Green Blue C M Y K H S L
Decimal 57 139 209 0.73 0.33 0 0.18 207.63 0.62 0.52
Hex 39 8B D1 49 21 0 12 D0 3E 34
Octal 71 213 321 111 41 0 22 320 76 64
Binary 111001 10001011 11010001 1001001 100001 0 10010 11010000 111110 110100

Color Harmonies of #398BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398BD1

Black with #398BD1

Text Example


Text Example

White with #398BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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