Html Css Color HEX #3990CE Curious Blue

📋 copy color: '#3990CE'

red 57 ◦ green 144 ◦ blue 206

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

Shades of Curious Blue #3990CE

Tints of Curious Blue #3990CE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.38%

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

R = 14%
G = 35.38%
B = 50.61%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3990CE (or 0x3990CE) is known color: Curious Blue. HEX triplet: 39, 90 and CE. RGB value is (57,144,206). Sum of RGB (Red+Green+Blue) = 57+144+206=407 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.00% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #3990CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3990CE is #C66F31. Grayscale: #7C7C7C. Windows color (decimal): -13004594 or 13537337. OLE color: 13537337.

HSL color Cylindrical-coordinate representation of color #3990CE: hue angle of 204.97º 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 #3990CE is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 144 206 -
CMYK 0.72 0.30 0 0.19
HSL 204.97º 0.6% 0.52% -
HSV(B) 204.97º 0.72% 0.81% -
XYZ 22.8 25.27 62.07 -
YUV 125.06 173.68 79.46 -
System Red Green Blue C M Y K H S L
Decimal 57 144 206 0.72 0.30 0 0.19 204.97 0.6 0.52
Hex 39 90 CE 48 1E 0 13 CD 3C 34
Octal 71 220 316 110 36 0 23 315 74 64
Binary 111001 10010000 11001110 1001000 11110 0 10011 11001101 111100 110100

Color Harmonies of #3990CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3990CE

Black with #3990CE

Text Example


Text Example

White with #3990CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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