Html Css Color HEX #3079B1 Curious Blue

📋 copy color: '#3079B1'

red 48 ◦ green 121 ◦ blue 177

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

Shades of Curious Blue #3079B1

Tints of Curious Blue #3079B1

RGB

 RED value IS 48 (19.14% from 255) = 13.87%

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

 BLUE value IS 177 (69.53% from 255) = 51.16%

R = 13.87%
G = 34.97%
B = 51.16%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3079B1 (or 0x3079B1) is known color: Curious Blue. HEX triplet: 30, 79 and B1. RGB value is (48,121,177). Sum of RGB (Red+Green+Blue) = 48+121+177=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 177 (69.53% from 255 or 51.16% from 346); Max value from RGB is 177 - color contains mainly: blue. Hex color #3079B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3079B1 is #CF864E. Grayscale: #696969. Windows color (decimal): -13600335 or 11630896. OLE color: 11630896.

HSL color Cylindrical-coordinate representation of color #3079B1: hue angle of 206.05º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3079B1 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 121 177 -
CMYK 0.73 0.32 0 0.31
HSL 206.05º 0.57% 0.44% -
HSV(B) 206.05º 0.73% 0.69% -
XYZ 15.99 17.48 44.13 -
YUV 105.56 168.32 86.95 -
System Red Green Blue C M Y K H S L
Decimal 48 121 177 0.73 0.32 0 0.31 206.05 0.57 0.44
Hex 30 79 B1 49 20 0 1F CE 39 2C
Octal 60 171 261 111 40 0 37 316 71 54
Binary 110000 1111001 10110001 1001001 100000 0 11111 11001110 111001 101100

Color Harmonies of #3079B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3079B1

Black with #3079B1

Text Example


Text Example

White with #3079B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3079B1; }

 p { color: rgb(48,121,177); }

 H1.HeaderClassName
 {
   color: #3079B1;
 }
 .AnyTagClassName
 {
   color: #3079B1;
 }
</style>

background-color css

<style>
 a { background-color: #3079B1; }

 a { background-color: rgb(48,121,177); }

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

border-color css

<style>
 span { border-color: #3079B1; }

 span { border-color: rgb(48,121,177); }

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