Html Css Color HEX #3990CF Curious Blue

📋 copy color: '#3990CF'

red 57 ◦ green 144 ◦ blue 207

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

Shades of Curious Blue #3990CF

Tints of Curious Blue #3990CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.74%

R = 13.97%
G = 35.29%
B = 50.74%

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

#3990CF (or 0x3990CF) is known color: Curious Blue. HEX triplet: 39, 90 and CF. RGB value is (57,144,207). Sum of RGB (Red+Green+Blue) = 57+144+207=408 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.97% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #3990CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3990CF is #C66F30. Grayscale: #7C7C7C. Windows color (decimal): -13004593 or 13602873. OLE color: 13602873.

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

Color convert

RGB 57 144 207 -
CMYK 0.72 0.30 0 0.19
HSL 205.2º 0.61% 0.52% -
HSV(B) 205.2º 0.72% 0.81% -
XYZ 22.92 25.32 62.71 -
YUV 125.17 174.18 79.38 -
System Red Green Blue C M Y K H S L
Decimal 57 144 207 0.72 0.30 0 0.19 205.2 0.61 0.52
Hex 39 90 CF 48 1E 0 13 CD 3D 34
Octal 71 220 317 110 36 0 23 315 75 64
Binary 111001 10010000 11001111 1001000 11110 0 10011 11001101 111101 110100

Color Harmonies of #3990CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3990CF

Black with #3990CF

Text Example


Text Example

White with #3990CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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