Html Css Color HEX #398BCD Curious Blue

📋 copy color: '#398BCD'

red 57 ◦ green 139 ◦ blue 205

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

Shades of Curious Blue #398BCD

Tints of Curious Blue #398BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.12%

R = 14.21%
G = 34.66%
B = 51.12%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#398BCD (or 0x398BCD) is known color: Curious Blue. HEX triplet: 39, 8B and CD. RGB value is (57,139,205). Sum of RGB (Red+Green+Blue) = 57+139+205=401 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.21% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #398BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398BCD is #C67432. Grayscale: #797979. Windows color (decimal): -13005875 or 13470521. OLE color: 13470521.

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

Color convert

RGB 57 139 205 -
CMYK 0.72 0.32 0 0.20
HSL 206.76º 0.6% 0.51% -
HSV(B) 206.76º 0.72% 0.8% -
XYZ 21.94 23.74 61.18 -
YUV 122.01 174.83 81.63 -
System Red Green Blue C M Y K H S L
Decimal 57 139 205 0.72 0.32 0 0.20 206.76 0.6 0.51
Hex 39 8B CD 48 20 0 14 CF 3C 33
Octal 71 213 315 110 40 0 24 317 74 63
Binary 111001 10001011 11001101 1001000 100000 0 10100 11001111 111100 110011

Color Harmonies of #398BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398BCD

Black with #398BCD

Text Example


Text Example

White with #398BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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