Html Css Color HEX #398CDB Curious Blue

📋 copy color: '#398CDB'

red 57 ◦ green 140 ◦ blue 219

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

Shades of Curious Blue #398CDB

Tints of Curious Blue #398CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.65%

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

R = 13.7%
G = 33.65%
B = 52.64%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#398CDB (or 0x398CDB) is known color: Curious Blue. HEX triplet: 39, 8C and DB. RGB value is (57,140,219). Sum of RGB (Red+Green+Blue) = 57+140+219=416 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.70% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #398CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398CDB is #C67324. Grayscale: #7B7B7B. Windows color (decimal): -13005605 or 14388281. OLE color: 14388281.

HSL color Cylindrical-coordinate representation of color #398CDB: hue angle of 209.26º 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 #398CDB is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 140 219 -
CMYK 0.74 0.36 0 0.14
HSL 209.26º 0.69% 0.54% -
HSV(B) 209.26º 0.74% 0.86% -
XYZ 23.85 24.74 70.54 -
YUV 124.19 181.5 80.08 -
System Red Green Blue C M Y K H S L
Decimal 57 140 219 0.74 0.36 0 0.14 209.26 0.69 0.54
Hex 39 8C DB 4A 24 0 E D1 45 36
Octal 71 214 333 112 44 0 16 321 105 66
Binary 111001 10001100 11011011 1001010 100100 0 1110 11010001 1000101 110110

Color Harmonies of #398CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398CDB

Black with #398CDB

Text Example


Text Example

White with #398CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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