Html Css Color HEX #3A76BE Curious Blue

📋 copy color: '#3A76BE'

red 58 ◦ green 118 ◦ blue 190

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

Shades of Curious Blue #3A76BE

Tints of Curious Blue #3A76BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.24%

 BLUE value IS 190 (74.61% from 255) = 51.91%

R = 15.85%
G = 32.24%
B = 51.91%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A76BE (or 0x3A76BE) is known color: Curious Blue. HEX triplet: 3A, 76 and BE. RGB value is (58,118,190). Sum of RGB (Red+Green+Blue) = 58+118+190=366 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.85% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A76BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A76BE is #C58941. Grayscale: #6B6B6B. Windows color (decimal): -12945730 or 12482106. OLE color: 12482106.

HSL color Cylindrical-coordinate representation of color #3A76BE: hue angle of 212.73º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A76BE is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 118 190 -
CMYK 0.69 0.38 0 0.25
HSL 212.73º 0.53% 0.49% -
HSV(B) 212.73º 0.69% 0.75% -
XYZ 17.52 17.57 51.18 -
YUV 108.27 174.12 92.15 -
System Red Green Blue C M Y K H S L
Decimal 58 118 190 0.69 0.38 0 0.25 212.73 0.53 0.49
Hex 3A 76 BE 45 26 0 19 D5 35 31
Octal 72 166 276 105 46 0 31 325 65 61
Binary 111010 1110110 10111110 1000101 100110 0 11001 11010101 110101 110001

Color Harmonies of #3A76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A76BE

Black with #3A76BE

Text Example


Text Example

White with #3A76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,118,190); }

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

background-color css

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

 a { background-color: rgb(58,118,190); }

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

border-color css

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

 span { border-color: rgb(58,118,190); }

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