Html Css Color HEX #3E85B3 Curious Blue

📋 copy color: '#3E85B3'

red 62 ◦ green 133 ◦ blue 179

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

Shades of Curious Blue #3E85B3

Tints of Curious Blue #3E85B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.86%

R = 16.58%
G = 35.56%
B = 47.86%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3E85B3 (or 0x3E85B3) is known color: Curious Blue. HEX triplet: 3E, 85 and B3. RGB value is (62,133,179). Sum of RGB (Red+Green+Blue) = 62+133+179=374 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.58% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #3E85B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E85B3 is #C17A4C. Grayscale: #747474. Windows color (decimal): -12679757 or 11765054. OLE color: 11765054.

HSL color Cylindrical-coordinate representation of color #3E85B3: hue angle of 203.59º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E85B3 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 62 133 179 -
CMYK 0.65 0.26 0 0.30
HSL 203.59º 0.49% 0.47% -
HSV(B) 203.59º 0.65% 0.7% -
XYZ 18.51 21.05 45.74 -
YUV 117.02 162.98 88.76 -
System Red Green Blue C M Y K H S L
Decimal 62 133 179 0.65 0.26 0 0.30 203.59 0.49 0.47
Hex 3E 85 B3 41 1A 0 1E CC 31 2F
Octal 76 205 263 101 32 0 36 314 61 57
Binary 111110 10000101 10110011 1000001 11010 0 11110 11001100 110001 101111

Color Harmonies of #3E85B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E85B3

Black with #3E85B3

Text Example


Text Example

White with #3E85B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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