Html Css Color HEX #3D79BA Curious Blue

📋 copy color: '#3D79BA'

red 61 ◦ green 121 ◦ blue 186

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

Shades of Curious Blue #3D79BA

Tints of Curious Blue #3D79BA

RGB

 RED value IS 61 (24.22% from 255) = 16.58%

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

 BLUE value IS 186 (73.05% from 255) = 50.54%

R = 16.58%
G = 32.88%
B = 50.54%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3D79BA (or 0x3D79BA) is known color: Curious Blue. HEX triplet: 3D, 79 and BA. RGB value is (61,121,186). Sum of RGB (Red+Green+Blue) = 61+121+186=368 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.58% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D79BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D79BA is #C28645. Grayscale: #6E6E6E. Windows color (decimal): -12748358 or 12220733. OLE color: 12220733.

HSL color Cylindrical-coordinate representation of color #3D79BA: hue angle of 211.2º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D79BA is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 121 186 -
CMYK 0.67 0.35 0 0.27
HSL 211.2º 0.51% 0.48% -
HSV(B) 211.2º 0.67% 0.73% -
XYZ 17.62 18.21 49.04 -
YUV 110.47 170.62 92.71 -
System Red Green Blue C M Y K H S L
Decimal 61 121 186 0.67 0.35 0 0.27 211.2 0.51 0.48
Hex 3D 79 BA 43 23 0 1B D3 33 30
Octal 75 171 272 103 43 0 33 323 63 60
Binary 111101 1111001 10111010 1000011 100011 0 11011 11010011 110011 110000

Color Harmonies of #3D79BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D79BA

Black with #3D79BA

Text Example


Text Example

White with #3D79BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,121,186); }

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

background-color css

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

 a { background-color: rgb(61,121,186); }

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

border-color css

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

 span { border-color: rgb(61,121,186); }

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