Html Css Color HEX #398DBE Curious Blue

📋 copy color: '#398DBE'

red 57 ◦ green 141 ◦ blue 190

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

Shades of Curious Blue #398DBE

Tints of Curious Blue #398DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.97%

R = 14.69%
G = 36.34%
B = 48.97%

CMYK

 C value IS 0.7

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#398DBE (or 0x398DBE) is known color: Curious Blue. HEX triplet: 39, 8D and BE. RGB value is (57,141,190). Sum of RGB (Red+Green+Blue) = 57+141+190=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #398DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398DBE is #C67241. Grayscale: #797979. Windows color (decimal): -13005378 or 12487993. OLE color: 12487993.

HSL color Cylindrical-coordinate representation of color #398DBE: hue angle of 202.11º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #398DBE is Cyan = 0.7, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 57 141 190 -
CMYK 0.7 0.26 0 0.25
HSL 202.11º 0.54% 0.48% -
HSV(B) 202.11º 0.7% 0.75% -
XYZ 20.51 23.64 52.2 -
YUV 121.47 166.67 82.02 -
System Red Green Blue C M Y K H S L
Decimal 57 141 190 0.7 0.26 0 0.25 202.11 0.54 0.48
Hex 39 8D BE 46 1A 0 19 CA 36 30
Octal 71 215 276 106 32 0 31 312 66 60
Binary 111001 10001101 10111110 1000110 11010 0 11001 11001010 110110 110000

Color Harmonies of #398DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398DBE

Black with #398DBE

Text Example


Text Example

White with #398DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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