Html Css Color HEX #3980CE Curious Blue

📋 copy color: '#3980CE'

red 57 ◦ green 128 ◦ blue 206

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

Shades of Curious Blue #3980CE

Tints of Curious Blue #3980CE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.74%

 BLUE value IS 206 (80.86% from 255) = 52.69%

R = 14.58%
G = 32.74%
B = 52.69%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3980CE (or 0x3980CE) is known color: Curious Blue. HEX triplet: 39, 80 and CE. RGB value is (57,128,206). Sum of RGB (Red+Green+Blue) = 57+128+206=391 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.58% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #3980CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3980CE is #C67F31. Grayscale: #737373. Windows color (decimal): -13008690 or 13533241. OLE color: 13533241.

HSL color Cylindrical-coordinate representation of color #3980CE: hue angle of 211.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3980CE is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 128 206 -
CMYK 0.72 0.38 0 0.19
HSL 211.41º 0.6% 0.52% -
HSV(B) 211.41º 0.72% 0.81% -
XYZ 20.55 20.76 61.32 -
YUV 115.66 178.98 86.16 -
System Red Green Blue C M Y K H S L
Decimal 57 128 206 0.72 0.38 0 0.19 211.41 0.6 0.52
Hex 39 80 CE 48 26 0 13 D3 3C 34
Octal 71 200 316 110 46 0 23 323 74 64
Binary 111001 10000000 11001110 1001000 100110 0 10011 11010011 111100 110100

Color Harmonies of #3980CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3980CE

Black with #3980CE

Text Example


Text Example

White with #3980CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3980CE; }

 p { color: rgb(57,128,206); }

 H1.HeaderClassName
 {
   color: #3980CE;
 }
 .AnyTagClassName
 {
   color: #3980CE;
 }
</style>

background-color css

<style>
 a { background-color: #3980CE; }

 a { background-color: rgb(57,128,206); }

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

border-color css

<style>
 span { border-color: #3980CE; }

 span { border-color: rgb(57,128,206); }

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