Html Css Color HEX #3983CC Curious Blue

📋 copy color: '#3983CC'

red 57 ◦ green 131 ◦ blue 204

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

Shades of Curious Blue #3983CC

Tints of Curious Blue #3983CC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.42%

 BLUE value IS 204 (80.08% from 255) = 52.04%

R = 14.54%
G = 33.42%
B = 52.04%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3983CC (or 0x3983CC) is known color: Curious Blue. HEX triplet: 39, 83 and CC. RGB value is (57,131,204). Sum of RGB (Red+Green+Blue) = 57+131+204=392 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.54% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #3983CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3983CC is #C67C33. Grayscale: #747474. Windows color (decimal): -13007924 or 13402937. OLE color: 13402937.

HSL color Cylindrical-coordinate representation of color #3983CC: hue angle of 209.8º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3983CC is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 57 131 204 -
CMYK 0.72 0.36 0 0.2
HSL 209.8º 0.59% 0.51% -
HSV(B) 209.8º 0.72% 0.8% -
XYZ 20.7 21.46 60.18 -
YUV 117.2 176.98 85.06 -
System Red Green Blue C M Y K H S L
Decimal 57 131 204 0.72 0.36 0 0.2 209.8 0.59 0.51
Hex 39 83 CC 48 24 0 14 D2 3B 33
Octal 71 203 314 110 44 0 24 322 73 63
Binary 111001 10000011 11001100 1001000 100100 0 10100 11010010 111011 110011

Color Harmonies of #3983CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3983CC

Black with #3983CC

Text Example


Text Example

White with #3983CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3983CC; }

 p { color: rgb(57,131,204); }

 H1.HeaderClassName
 {
   color: #3983CC;
 }
 .AnyTagClassName
 {
   color: #3983CC;
 }
</style>

background-color css

<style>
 a { background-color: #3983CC; }

 a { background-color: rgb(57,131,204); }

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

border-color css

<style>
 span { border-color: #3983CC; }

 span { border-color: rgb(57,131,204); }

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