Html Css Color HEX #398CDC Curious Blue

📋 copy color: '#398CDC'

red 57 ◦ green 140 ◦ blue 220

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

Shades of Curious Blue #398CDC

Tints of Curious Blue #398CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.76%

R = 13.67%
G = 33.57%
B = 52.76%

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

#398CDC (or 0x398CDC) is known color: Curious Blue. HEX triplet: 39, 8C and DC. RGB value is (57,140,220). Sum of RGB (Red+Green+Blue) = 57+140+220=417 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.67% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #398CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398CDC is #C67323. Grayscale: #7B7B7B. Windows color (decimal): -13005604 or 14453817. OLE color: 14453817.

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

Color convert

RGB 57 140 220 -
CMYK 0.74 0.36 0 0.14
HSL 209.45º 0.7% 0.54% -
HSV(B) 209.45º 0.74% 0.86% -
XYZ 23.98 24.79 71.23 -
YUV 124.3 182 80 -
System Red Green Blue C M Y K H S L
Decimal 57 140 220 0.74 0.36 0 0.14 209.45 0.7 0.54
Hex 39 8C DC 4A 24 0 E D1 46 36
Octal 71 214 334 112 44 0 16 321 106 66
Binary 111001 10001100 11011100 1001010 100100 0 1110 11010001 1000110 110110

Color Harmonies of #398CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398CDC

Black with #398CDC

Text Example


Text Example

White with #398CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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