Html Css Color HEX #3A79C3 Curious Blue

📋 copy color: '#3A79C3'

red 58 ◦ green 121 ◦ blue 195

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

Shades of Curious Blue #3A79C3

Tints of Curious Blue #3A79C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 52.14%

R = 15.51%
G = 32.35%
B = 52.14%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3A79C3 (or 0x3A79C3) is known color: Curious Blue. HEX triplet: 3A, 79 and C3. RGB value is (58,121,195). Sum of RGB (Red+Green+Blue) = 58+121+195=374 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.51% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 195 (76.56% from 255 or 52.14% from 374); Max value from RGB is 195 - color contains mainly: blue. Hex color #3A79C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A79C3 is #C5863C. Grayscale: #6E6E6E. Windows color (decimal): -12944957 or 12810554. OLE color: 12810554.

HSL color Cylindrical-coordinate representation of color #3A79C3: hue angle of 212.41º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A79C3 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 58 121 195 -
CMYK 0.70 0.38 0 0.24
HSL 212.41º 0.54% 0.5% -
HSV(B) 212.41º 0.7% 0.76% -
XYZ 18.43 18.51 54.23 -
YUV 110.6 175.63 90.48 -
System Red Green Blue C M Y K H S L
Decimal 58 121 195 0.70 0.38 0 0.24 212.41 0.54 0.5
Hex 3A 79 C3 46 26 0 18 D4 36 32
Octal 72 171 303 106 46 0 30 324 66 62
Binary 111010 1111001 11000011 1000110 100110 0 11000 11010100 110110 110010

Color Harmonies of #3A79C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A79C3

Black with #3A79C3

Text Example


Text Example

White with #3A79C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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