Html Css Color HEX #3A79CE Curious Blue

📋 copy color: '#3A79CE'

red 58 ◦ green 121 ◦ blue 206

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

Shades of Curious Blue #3A79CE

Tints of Curious Blue #3A79CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 15.06%
G = 31.43%
B = 53.51%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3A79CE (or 0x3A79CE) is known color: Curious Blue. HEX triplet: 3A, 79 and CE. RGB value is (58,121,206). Sum of RGB (Red+Green+Blue) = 58+121+206=385 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.06% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A79CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A79CE is #C58631. Grayscale: #6F6F6F. Windows color (decimal): -12944946 or 13531450. OLE color: 13531450.

HSL color Cylindrical-coordinate representation of color #3A79CE: hue angle of 214.46º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A79CE is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 121 206 -
CMYK 0.72 0.41 0 0.19
HSL 214.46º 0.6% 0.52% -
HSV(B) 214.46º 0.72% 0.81% -
XYZ 19.72 19.03 61.03 -
YUV 111.85 181.13 89.59 -
System Red Green Blue C M Y K H S L
Decimal 58 121 206 0.72 0.41 0 0.19 214.46 0.6 0.52
Hex 3A 79 CE 48 29 0 13 D6 3C 34
Octal 72 171 316 110 51 0 23 326 74 64
Binary 111010 1111001 11001110 1001000 101001 0 10011 11010110 111100 110100

Color Harmonies of #3A79CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A79CE

Black with #3A79CE

Text Example


Text Example

White with #3A79CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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