Html Css Color HEX #3993CB Curious Blue

📋 copy color: '#3993CB'

red 57 ◦ green 147 ◦ blue 203

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

Shades of Curious Blue #3993CB

Tints of Curious Blue #3993CB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.12%

 BLUE value IS 203 (79.69% from 255) = 49.88%

R = 14%
G = 36.12%
B = 49.88%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3993CB (or 0x3993CB) is known color: Curious Blue. HEX triplet: 39, 93 and CB. RGB value is (57,147,203). Sum of RGB (Red+Green+Blue) = 57+147+203=407 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.00% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #3993CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3993CB is #C66C34. Grayscale: #7E7E7E. Windows color (decimal): -13003829 or 13341497. OLE color: 13341497.

HSL color Cylindrical-coordinate representation of color #3993CB: hue angle of 203.01º degrees, saturation: 0.58, 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 #3993CB is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 147 203 -
CMYK 0.72 0.28 0 0.20
HSL 203.01º 0.58% 0.51% -
HSV(B) 203.01º 0.72% 0.8% -
XYZ 22.9 26.05 60.32 -
YUV 126.47 171.18 78.45 -
System Red Green Blue C M Y K H S L
Decimal 57 147 203 0.72 0.28 0 0.20 203.01 0.58 0.51
Hex 39 93 CB 48 1C 0 14 CB 3A 33
Octal 71 223 313 110 34 0 24 313 72 63
Binary 111001 10010011 11001011 1001000 11100 0 10100 11001011 111010 110011

Color Harmonies of #3993CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3993CB

Black with #3993CB

Text Example


Text Example

White with #3993CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3993CB; }

 p { color: rgb(57,147,203); }

 H1.HeaderClassName
 {
   color: #3993CB;
 }
 .AnyTagClassName
 {
   color: #3993CB;
 }
</style>

background-color css

<style>
 a { background-color: #3993CB; }

 a { background-color: rgb(57,147,203); }

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

border-color css

<style>
 span { border-color: #3993CB; }

 span { border-color: rgb(57,147,203); }

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