Html Css Color HEX #398AB9 Curious Blue

📋 copy color: '#398AB9'

red 57 ◦ green 138 ◦ blue 185

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

Shades of Curious Blue #398AB9

Tints of Curious Blue #398AB9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.32%

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

R = 15%
G = 36.32%
B = 48.68%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#398AB9 (or 0x398AB9) is known color: Curious Blue. HEX triplet: 39, 8A and B9. RGB value is (57,138,185). Sum of RGB (Red+Green+Blue) = 57+138+185=380 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 185 (72.66% from 255 or 48.68% from 380); Max value from RGB is 185 - color contains mainly: blue. Hex color #398AB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398AB9 is #C67546. Grayscale: #767676. Windows color (decimal): -13006151 or 12159545. OLE color: 12159545.

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

Color convert

RGB 57 138 185 -
CMYK 0.69 0.25 0 0.27
HSL 202.03º 0.53% 0.47% -
HSV(B) 202.03º 0.69% 0.73% -
XYZ 19.53 22.55 49.22 -
YUV 119.14 165.16 83.68 -
System Red Green Blue C M Y K H S L
Decimal 57 138 185 0.69 0.25 0 0.27 202.03 0.53 0.47
Hex 39 8A B9 45 19 0 1B CA 35 2F
Octal 71 212 271 105 31 0 33 312 65 57
Binary 111001 10001010 10111001 1000101 11001 0 11011 11001010 110101 101111

Color Harmonies of #398AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398AB9

Black with #398AB9

Text Example


Text Example

White with #398AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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