Html Css Color HEX #3A79BE Curious Blue

📋 copy color: '#3A79BE'

red 58 ◦ green 121 ◦ blue 190

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

Shades of Curious Blue #3A79BE

Tints of Curious Blue #3A79BE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.79%

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

R = 15.72%
G = 32.79%
B = 51.49%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A79BE (or 0x3A79BE) is known color: Curious Blue. HEX triplet: 3A, 79 and BE. RGB value is (58,121,190). Sum of RGB (Red+Green+Blue) = 58+121+190=369 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.72% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A79BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A79BE is #C58641. Grayscale: #6D6D6D. Windows color (decimal): -12944962 or 12482874. OLE color: 12482874.

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

Color convert

RGB 58 121 190 -
CMYK 0.69 0.36 0 0.25
HSL 211.36º 0.53% 0.49% -
HSV(B) 211.36º 0.69% 0.75% -
XYZ 17.88 18.29 51.3 -
YUV 110.03 173.13 90.89 -
System Red Green Blue C M Y K H S L
Decimal 58 121 190 0.69 0.36 0 0.25 211.36 0.53 0.49
Hex 3A 79 BE 45 24 0 19 D3 35 31
Octal 72 171 276 105 44 0 31 323 65 61
Binary 111010 1111001 10111110 1000101 100100 0 11001 11010011 110101 110001

Color Harmonies of #3A79BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A79BE

Black with #3A79BE

Text Example


Text Example

White with #3A79BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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