Html Css Color HEX #3079C2 Curious Blue

📋 copy color: '#3079C2'

red 48 ◦ green 121 ◦ blue 194

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

Shades of Curious Blue #3079C2

Tints of Curious Blue #3079C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 53.44%

R = 13.22%
G = 33.33%
B = 53.44%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3079C2 (or 0x3079C2) is known color: Curious Blue. HEX triplet: 30, 79 and C2. RGB value is (48,121,194). Sum of RGB (Red+Green+Blue) = 48+121+194=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 194 (76.17% from 255 or 53.44% from 363); Max value from RGB is 194 - color contains mainly: blue. Hex color #3079C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3079C2 is #CF863D. Grayscale: #6B6B6B. Windows color (decimal): -13600318 or 12745008. OLE color: 12745008.

HSL color Cylindrical-coordinate representation of color #3079C2: hue angle of 210º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3079C2 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 121 194 -
CMYK 0.75 0.38 0 0.24
HSL 210º 0.6% 0.47% -
HSV(B) 210º 0.75% 0.76% -
XYZ 17.79 18.2 53.61 -
YUV 107.5 176.82 85.56 -
System Red Green Blue C M Y K H S L
Decimal 48 121 194 0.75 0.38 0 0.24 210 0.6 0.47
Hex 30 79 C2 4B 26 0 18 D2 3C 2F
Octal 60 171 302 113 46 0 30 322 74 57
Binary 110000 1111001 11000010 1001011 100110 0 11000 11010010 111100 101111

Color Harmonies of #3079C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3079C2

Black with #3079C2

Text Example


Text Example

White with #3079C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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