Html Css Color HEX #398DB7 Curious Blue

📋 copy color: '#398DB7'

red 57 ◦ green 141 ◦ blue 183

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

Shades of Curious Blue #398DB7

Tints of Curious Blue #398DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.03%

R = 14.96%
G = 37.01%
B = 48.03%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#398DB7 (or 0x398DB7) is known color: Curious Blue. HEX triplet: 39, 8D and B7. RGB value is (57,141,183). Sum of RGB (Red+Green+Blue) = 57+141+183=381 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.96% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 183 (71.88% from 255 or 48.03% from 381); Max value from RGB is 183 - color contains mainly: blue. Hex color #398DB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398DB7 is #C67248. Grayscale: #787878. Windows color (decimal): -13005385 or 12029241. OLE color: 12029241.

HSL color Cylindrical-coordinate representation of color #398DB7: hue angle of 200º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #398DB7 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 57 141 183 -
CMYK 0.69 0.23 0 0.28
HSL 200º 0.53% 0.47% -
HSV(B) 200º 0.69% 0.72% -
XYZ 19.76 23.34 48.26 -
YUV 120.67 163.17 82.58 -
System Red Green Blue C M Y K H S L
Decimal 57 141 183 0.69 0.23 0 0.28 200 0.53 0.47
Hex 39 8D B7 45 17 0 1C C8 34 2F
Octal 71 215 267 105 27 0 34 310 64 57
Binary 111001 10001101 10110111 1000101 10111 0 11100 11001000 110100 101111

Color Harmonies of #398DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398DB7

Black with #398DB7

Text Example


Text Example

White with #398DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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