Html Css Color HEX #398FB9 Curious Blue

📋 copy color: '#398FB9'

red 57 ◦ green 143 ◦ blue 185

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

Shades of Curious Blue #398FB9

Tints of Curious Blue #398FB9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.14%

 BLUE value IS 185 (72.66% from 255) = 48.05%

R = 14.81%
G = 37.14%
B = 48.05%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#398FB9 (or 0x398FB9) is known color: Curious Blue. HEX triplet: 39, 8F and B9. RGB value is (57,143,185). Sum of RGB (Red+Green+Blue) = 57+143+185=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #398FB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398FB9 is #C67046. Grayscale: #797979. Windows color (decimal): -13004871 or 12160825. OLE color: 12160825.

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

Color convert

RGB 57 143 185 -
CMYK 0.69 0.23 0 0.27
HSL 199.69º 0.53% 0.47% -
HSV(B) 199.69º 0.69% 0.73% -
XYZ 20.27 24.02 49.47 -
YUV 122.07 163.51 81.58 -
System Red Green Blue C M Y K H S L
Decimal 57 143 185 0.69 0.23 0 0.27 199.69 0.53 0.47
Hex 39 8F B9 45 17 0 1B C8 35 2F
Octal 71 217 271 105 27 0 33 310 65 57
Binary 111001 10001111 10111001 1000101 10111 0 11011 11001000 110101 101111

Color Harmonies of #398FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398FB9

Black with #398FB9

Text Example


Text Example

White with #398FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,143,185); }

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

background-color css

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

 a { background-color: rgb(57,143,185); }

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

border-color css

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

 span { border-color: rgb(57,143,185); }

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