Html Css Color HEX #3079BA Curious Blue

📋 copy color: '#3079BA'

red 48 ◦ green 121 ◦ blue 186

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

Shades of Curious Blue #3079BA

Tints of Curious Blue #3079BA

RGB

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

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

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

R = 13.52%
G = 34.08%
B = 52.39%

CMYK

 C value IS 0.74

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3079BA (or 0x3079BA) is known color: Curious Blue. HEX triplet: 30, 79 and BA. RGB value is (48,121,186). Sum of RGB (Red+Green+Blue) = 48+121+186=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #3079BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3079BA is #CF8645. Grayscale: #6A6A6A. Windows color (decimal): -13600326 or 12220720. OLE color: 12220720.

HSL color Cylindrical-coordinate representation of color #3079BA: hue angle of 208.26º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3079BA is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 121 186 -
CMYK 0.74 0.35 0 0.27
HSL 208.26º 0.59% 0.46% -
HSV(B) 208.26º 0.74% 0.73% -
XYZ 16.92 17.85 49.01 -
YUV 106.58 172.82 86.21 -
System Red Green Blue C M Y K H S L
Decimal 48 121 186 0.74 0.35 0 0.27 208.26 0.59 0.46
Hex 30 79 BA 4A 23 0 1B D0 3B 2E
Octal 60 171 272 112 43 0 33 320 73 56
Binary 110000 1111001 10111010 1001010 100011 0 11011 11010000 111011 101110

Color Harmonies of #3079BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3079BA

Black with #3079BA

Text Example


Text Example

White with #3079BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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