Html Css Color HEX #3A71BE Curious Blue

📋 copy color: '#3A71BE'

red 58 ◦ green 113 ◦ blue 190

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

Shades of Curious Blue #3A71BE

Tints of Curious Blue #3A71BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.3%

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

R = 16.07%
G = 31.3%
B = 52.63%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A71BE (or 0x3A71BE) is known color: Curious Blue. HEX triplet: 3A, 71 and BE. RGB value is (58,113,190). Sum of RGB (Red+Green+Blue) = 58+113+190=361 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.07% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A71BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A71BE is #C58E41. Grayscale: #686868. Windows color (decimal): -12947010 or 12480826. OLE color: 12480826.

HSL color Cylindrical-coordinate representation of color #3A71BE: hue angle of 215º 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 #3A71BE is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 113 190 -
CMYK 0.69 0.41 0 0.25
HSL 215º 0.53% 0.49% -
HSV(B) 215º 0.69% 0.75% -
XYZ 16.94 16.43 50.99 -
YUV 105.33 175.78 94.24 -
System Red Green Blue C M Y K H S L
Decimal 58 113 190 0.69 0.41 0 0.25 215 0.53 0.49
Hex 3A 71 BE 45 29 0 19 D7 35 31
Octal 72 161 276 105 51 0 31 327 65 61
Binary 111010 1110001 10111110 1000101 101001 0 11001 11010111 110101 110001

Color Harmonies of #3A71BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A71BE

Black with #3A71BE

Text Example


Text Example

White with #3A71BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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