Html Css Color HEX #398DB8 Curious Blue

📋 copy color: '#398DB8'

red 57 ◦ green 141 ◦ blue 184

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

Shades of Curious Blue #398DB8

Tints of Curious Blue #398DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.17%

R = 14.92%
G = 36.91%
B = 48.17%

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

#398DB8 (or 0x398DB8) is known color: Curious Blue. HEX triplet: 39, 8D and B8. RGB value is (57,141,184). Sum of RGB (Red+Green+Blue) = 57+141+184=382 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.92% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 184 (72.27% from 255 or 48.17% from 382); Max value from RGB is 184 - color contains mainly: blue. Hex color #398DB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398DB8 is #C67247. Grayscale: #787878. Windows color (decimal): -13005384 or 12094777. OLE color: 12094777.

HSL color Cylindrical-coordinate representation of color #398DB8: hue angle of 200.31º degrees, saturation: 0.53, 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 #398DB8 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 57 141 184 -
CMYK 0.69 0.23 0 0.28
HSL 200.32º 0.53% 0.47% -
HSV(B) 200.32º 0.69% 0.72% -
XYZ 19.86 23.38 48.81 -
YUV 120.79 163.67 82.5 -
System Red Green Blue C M Y K H S L
Decimal 57 141 184 0.69 0.23 0 0.28 200.32 0.53 0.47
Hex 39 8D B8 45 17 0 1C C8 35 2F
Octal 71 215 270 105 27 0 34 310 65 57
Binary 111001 10001101 10111000 1000101 10111 0 11100 11001000 110101 101111

Color Harmonies of #398DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398DB8

Black with #398DB8

Text Example


Text Example

White with #398DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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