Html Css Color HEX #398ADB Curious Blue

📋 copy color: '#398ADB'

red 57 ◦ green 138 ◦ blue 219

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

Shades of Curious Blue #398ADB

Tints of Curious Blue #398ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.9%

R = 13.77%
G = 33.33%
B = 52.9%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#398ADB (or 0x398ADB) is known color: Curious Blue. HEX triplet: 39, 8A and DB. RGB value is (57,138,219). Sum of RGB (Red+Green+Blue) = 57+138+219=414 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.77% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #398ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398ADB is #C67524. Grayscale: #7A7A7A. Windows color (decimal): -13006117 or 14387769. OLE color: 14387769.

HSL color Cylindrical-coordinate representation of color #398ADB: hue angle of 210º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #398ADB is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 138 219 -
CMYK 0.74 0.37 0 0.14
HSL 210º 0.69% 0.54% -
HSV(B) 210º 0.74% 0.86% -
XYZ 23.56 24.16 70.44 -
YUV 123.02 182.16 80.91 -
System Red Green Blue C M Y K H S L
Decimal 57 138 219 0.74 0.37 0 0.14 210 0.69 0.54
Hex 39 8A DB 4A 25 0 E D2 45 36
Octal 71 212 333 112 45 0 16 322 105 66
Binary 111001 10001010 11011011 1001010 100101 0 1110 11010010 1000101 110110

Color Harmonies of #398ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398ADB

Black with #398ADB

Text Example


Text Example

White with #398ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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