Html Css Color HEX #3E85BC Curious Blue

📋 copy color: '#3E85BC'

red 62 ◦ green 133 ◦ blue 188

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

Shades of Curious Blue #3E85BC

Tints of Curious Blue #3E85BC

RGB

 RED value IS 62 (24.61% from 255) = 16.19%

 GREEN value IS 133 (52.34% from 255) = 34.73%

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 16.19%
G = 34.73%
B = 49.09%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3E85BC (or 0x3E85BC) is known color: Curious Blue. HEX triplet: 3E, 85 and BC. RGB value is (62,133,188). Sum of RGB (Red+Green+Blue) = 62+133+188=383 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.19% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E85BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E85BC is #C17A43. Grayscale: #757575. Windows color (decimal): -12679748 or 12354878. OLE color: 12354878.

HSL color Cylindrical-coordinate representation of color #3E85BC: hue angle of 206.19º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E85BC is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 62 133 188 -
CMYK 0.67 0.29 0 0.26
HSL 206.19º 0.5% 0.49% -
HSV(B) 206.19º 0.67% 0.74% -
XYZ 19.45 21.43 50.69 -
YUV 118.04 167.48 88.03 -
System Red Green Blue C M Y K H S L
Decimal 62 133 188 0.67 0.29 0 0.26 206.19 0.5 0.49
Hex 3E 85 BC 43 1D 0 1A CE 32 31
Octal 76 205 274 103 35 0 32 316 62 61
Binary 111110 10000101 10111100 1000011 11101 0 11010 11001110 110010 110001

Color Harmonies of #3E85BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E85BC

Black with #3E85BC

Text Example


Text Example

White with #3E85BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E85BC; }

 p { color: rgb(62,133,188); }

 H1.HeaderClassName
 {
   color: #3E85BC;
 }
 .AnyTagClassName
 {
   color: #3E85BC;
 }
</style>

background-color css

<style>
 a { background-color: #3E85BC; }

 a { background-color: rgb(62,133,188); }

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

border-color css

<style>
 span { border-color: #3E85BC; }

 span { border-color: rgb(62,133,188); }

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