Html Css Color HEX #3995CB Curious Blue

📋 copy color: '#3995CB'

red 57 ◦ green 149 ◦ blue 203

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

Shades of Curious Blue #3995CB

Tints of Curious Blue #3995CB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.43%

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

R = 13.94%
G = 36.43%
B = 49.63%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3995CB (or 0x3995CB) is known color: Curious Blue. HEX triplet: 39, 95 and CB. RGB value is (57,149,203). Sum of RGB (Red+Green+Blue) = 57+149+203=409 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.94% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #3995CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3995CB is #C66A34. Grayscale: #7F7F7F. Windows color (decimal): -13003317 or 13342009. OLE color: 13342009.

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

Color convert

RGB 57 149 203 -
CMYK 0.72 0.27 0 0.20
HSL 202.19º 0.58% 0.51% -
HSV(B) 202.19º 0.72% 0.8% -
XYZ 23.21 26.68 60.43 -
YUV 127.65 170.52 77.61 -
System Red Green Blue C M Y K H S L
Decimal 57 149 203 0.72 0.27 0 0.20 202.19 0.58 0.51
Hex 39 95 CB 48 1B 0 14 CA 3A 33
Octal 71 225 313 110 33 0 24 312 72 63
Binary 111001 10010101 11001011 1001000 11011 0 10100 11001010 111010 110011

Color Harmonies of #3995CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3995CB

Black with #3995CB

Text Example


Text Example

White with #3995CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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