Html Css Color HEX #3A7EBC Curious Blue

📋 copy color: '#3A7EBC'

red 58 ◦ green 126 ◦ blue 188

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

Shades of Curious Blue #3A7EBC

Tints of Curious Blue #3A7EBC

RGB

 RED value IS 58 (23.05% from 255) = 15.59%

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

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

R = 15.59%
G = 33.87%
B = 50.54%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3A7EBC (or 0x3A7EBC) is known color: Curious Blue. HEX triplet: 3A, 7E and BC. RGB value is (58,126,188). Sum of RGB (Red+Green+Blue) = 58+126+188=372 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.59% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A7EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7EBC is #C58143. Grayscale: #707070. Windows color (decimal): -12943684 or 12353082. OLE color: 12353082.

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

Color convert

RGB 58 126 188 -
CMYK 0.69 0.33 0 0.26
HSL 208.62º 0.53% 0.48% -
HSV(B) 208.62º 0.69% 0.74% -
XYZ 18.28 19.45 50.37 -
YUV 112.74 170.47 88.96 -
System Red Green Blue C M Y K H S L
Decimal 58 126 188 0.69 0.33 0 0.26 208.62 0.53 0.48
Hex 3A 7E BC 45 21 0 1A D1 35 30
Octal 72 176 274 105 41 0 32 321 65 60
Binary 111010 1111110 10111100 1000101 100001 0 11010 11010001 110101 110000

Color Harmonies of #3A7EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7EBC

Black with #3A7EBC

Text Example


Text Example

White with #3A7EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,126,188); }

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

background-color css

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

 a { background-color: rgb(58,126,188); }

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

border-color css

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

 span { border-color: rgb(58,126,188); }

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