Html Css Color HEX #3E83BA Curious Blue

📋 copy color: '#3E83BA'

red 62 ◦ green 131 ◦ blue 186

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

Shades of Curious Blue #3E83BA

Tints of Curious Blue #3E83BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 16.36%
G = 34.56%
B = 49.08%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3E83BA (or 0x3E83BA) is known color: Curious Blue. HEX triplet: 3E, 83 and BA. RGB value is (62,131,186). Sum of RGB (Red+Green+Blue) = 62+131+186=379 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.36% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E83BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E83BA is #C17C45. Grayscale: #747474. Windows color (decimal): -12680262 or 12223294. OLE color: 12223294.

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

Color convert

RGB 62 131 186 -
CMYK 0.67 0.30 0 0.27
HSL 206.61º 0.5% 0.49% -
HSV(B) 206.61º 0.67% 0.73% -
XYZ 18.97 20.8 49.47 -
YUV 116.64 167.14 89.03 -
System Red Green Blue C M Y K H S L
Decimal 62 131 186 0.67 0.30 0 0.27 206.61 0.5 0.49
Hex 3E 83 BA 43 1E 0 1B CF 32 31
Octal 76 203 272 103 36 0 33 317 62 61
Binary 111110 10000011 10111010 1000011 11110 0 11011 11001111 110010 110001

Color Harmonies of #3E83BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E83BA

Black with #3E83BA

Text Example


Text Example

White with #3E83BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,131,186); }

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

background-color css

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

 a { background-color: rgb(62,131,186); }

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

border-color css

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

 span { border-color: rgb(62,131,186); }

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