Html Css Color HEX #3A79CC Curious Blue

📋 copy color: '#3A79CC'

red 58 ◦ green 121 ◦ blue 204

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

Shades of Curious Blue #3A79CC

Tints of Curious Blue #3A79CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.26%

R = 15.14%
G = 31.59%
B = 53.26%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A79CC (or 0x3A79CC) is known color: Curious Blue. HEX triplet: 3A, 79 and CC. RGB value is (58,121,204). Sum of RGB (Red+Green+Blue) = 58+121+204=383 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.14% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A79CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A79CC is #C58633. Grayscale: #6F6F6F. Windows color (decimal): -12944948 or 13400378. OLE color: 13400378.

HSL color Cylindrical-coordinate representation of color #3A79CC: hue angle of 214.11º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A79CC is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 121 204 -
CMYK 0.72 0.41 0 0.2
HSL 214.11º 0.59% 0.51% -
HSV(B) 214.11º 0.72% 0.8% -
XYZ 19.48 18.93 59.75 -
YUV 111.63 180.13 89.75 -
System Red Green Blue C M Y K H S L
Decimal 58 121 204 0.72 0.41 0 0.2 214.11 0.59 0.51
Hex 3A 79 CC 48 29 0 14 D6 3B 33
Octal 72 171 314 110 51 0 24 326 73 63
Binary 111010 1111001 11001100 1001000 101001 0 10100 11010110 111011 110011

Color Harmonies of #3A79CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A79CC

Black with #3A79CC

Text Example


Text Example

White with #3A79CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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