Html Css Color HEX #3B7ED2 Curious Blue

📋 copy color: '#3B7ED2'

red 59 ◦ green 126 ◦ blue 210

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

Shades of Curious Blue #3B7ED2

Tints of Curious Blue #3B7ED2

RGB

 RED value IS 59 (23.44% from 255) = 14.94%

 GREEN value IS 126 (49.61% from 255) = 31.9%

 BLUE value IS 210 (82.42% from 255) = 53.16%

R = 14.94%
G = 31.9%
B = 53.16%

CMYK

 C value IS 0.72

 M value IS 0.4

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3B7ED2 (or 0x3B7ED2) is known color: Curious Blue. HEX triplet: 3B, 7E and D2. RGB value is (59,126,210). Sum of RGB (Red+Green+Blue) = 59+126+210=395 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.94% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 210 (82.42% from 255 or 53.16% from 395); Max value from RGB is 210 - color contains mainly: blue. Hex color #3B7ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7ED2 is #C4812D. Grayscale: #737373. Windows color (decimal): -12878126 or 13794875. OLE color: 13794875.

HSL color Cylindrical-coordinate representation of color #3B7ED2: hue angle of 213.38º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B7ED2 is Cyan = 0.72, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 59 126 210 -
CMYK 0.72 0.4 0 0.18
HSL 213.38º 0.63% 0.53% -
HSV(B) 213.38º 0.72% 0.82% -
XYZ 20.9 20.5 63.83 -
YUV 115.54 181.3 87.67 -
System Red Green Blue C M Y K H S L
Decimal 59 126 210 0.72 0.4 0 0.18 213.38 0.63 0.53
Hex 3B 7E D2 48 28 0 12 D5 3F 35
Octal 73 176 322 110 50 0 22 325 77 65
Binary 111011 1111110 11010010 1001000 101000 0 10010 11010101 111111 110101

Color Harmonies of #3B7ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7ED2

Black with #3B7ED2

Text Example


Text Example

White with #3B7ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,126,210); }

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

background-color css

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

 a { background-color: rgb(59,126,210); }

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

border-color css

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

 span { border-color: rgb(59,126,210); }

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