Html Css Color HEX #3E82B0 Curious Blue

📋 copy color: '#3E82B0'

red 62 ◦ green 130 ◦ blue 176

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

Shades of Curious Blue #3E82B0

Tints of Curious Blue #3E82B0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.33%

 BLUE value IS 176 (69.14% from 255) = 47.83%

R = 16.85%
G = 35.33%
B = 47.83%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3E82B0 (or 0x3E82B0) is known color: Curious Blue. HEX triplet: 3E, 82 and B0. RGB value is (62,130,176). Sum of RGB (Red+Green+Blue) = 62+130+176=368 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.85% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 176 (69.14% from 255 or 47.83% from 368); Max value from RGB is 176 - color contains mainly: blue. Hex color #3E82B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E82B0 is #C17D4F. Grayscale: #727272. Windows color (decimal): -12680528 or 11567678. OLE color: 11567678.

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

Color convert

RGB 62 130 176 -
CMYK 0.65 0.26 0 0.31
HSL 204.21º 0.48% 0.47% -
HSV(B) 204.21º 0.65% 0.69% -
XYZ 17.81 20.12 44.02 -
YUV 114.91 162.47 90.26 -
System Red Green Blue C M Y K H S L
Decimal 62 130 176 0.65 0.26 0 0.31 204.21 0.48 0.47
Hex 3E 82 B0 41 1A 0 1F CC 30 2F
Octal 76 202 260 101 32 0 37 314 60 57
Binary 111110 10000010 10110000 1000001 11010 0 11111 11001100 110000 101111

Color Harmonies of #3E82B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E82B0

Black with #3E82B0

Text Example


Text Example

White with #3E82B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,130,176); }

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

background-color css

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

 a { background-color: rgb(62,130,176); }

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

border-color css

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

 span { border-color: rgb(62,130,176); }

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