Html Css Color HEX #398BBE Curious Blue

📋 copy color: '#398BBE'

red 57 ◦ green 139 ◦ blue 190

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

Shades of Curious Blue #398BBE

Tints of Curious Blue #398BBE

RGB

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

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

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

R = 14.77%
G = 36.01%
B = 49.22%

CMYK

 C value IS 0.7

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#398BBE (or 0x398BBE) is known color: Curious Blue. HEX triplet: 39, 8B and BE. RGB value is (57,139,190). Sum of RGB (Red+Green+Blue) = 57+139+190=386 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.77% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #398BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398BBE is #C67441. Grayscale: #787878. Windows color (decimal): -13005890 or 12487481. OLE color: 12487481.

HSL color Cylindrical-coordinate representation of color #398BBE: hue angle of 203.01º 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 #398BBE is Cyan = 0.7, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 57 139 190 -
CMYK 0.7 0.27 0 0.25
HSL 203.01º 0.54% 0.48% -
HSV(B) 203.01º 0.7% 0.75% -
XYZ 20.21 23.05 52.1 -
YUV 120.3 167.33 82.85 -
System Red Green Blue C M Y K H S L
Decimal 57 139 190 0.7 0.27 0 0.25 203.01 0.54 0.48
Hex 39 8B BE 46 1B 0 19 CB 36 30
Octal 71 213 276 106 33 0 31 313 66 60
Binary 111001 10001011 10111110 1000110 11011 0 11001 11001011 110110 110000

Color Harmonies of #398BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398BBE

Black with #398BBE

Text Example


Text Example

White with #398BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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