Html Css Color HEX #3079C0 Curious Blue

📋 copy color: '#3079C0'

red 48 ◦ green 121 ◦ blue 192

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

Shades of Curious Blue #3079C0

Tints of Curious Blue #3079C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 53.19%

R = 13.3%
G = 33.52%
B = 53.19%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3079C0 (or 0x3079C0) is known color: Curious Blue. HEX triplet: 30, 79 and C0. RGB value is (48,121,192). Sum of RGB (Red+Green+Blue) = 48+121+192=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 192 (75.39% from 255 or 53.19% from 361); Max value from RGB is 192 - color contains mainly: blue. Hex color #3079C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3079C0 is #CF863F. Grayscale: #6A6A6A. Windows color (decimal): -13600320 or 12613936. OLE color: 12613936.

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

Color convert

RGB 48 121 192 -
CMYK 0.75 0.37 0 0.25
HSL 209.58º 0.6% 0.47% -
HSV(B) 209.58º 0.75% 0.75% -
XYZ 17.57 18.11 52.44 -
YUV 107.27 175.82 85.73 -
System Red Green Blue C M Y K H S L
Decimal 48 121 192 0.75 0.37 0 0.25 209.58 0.6 0.47
Hex 30 79 C0 4B 25 0 19 D2 3C 2F
Octal 60 171 300 113 45 0 31 322 74 57
Binary 110000 1111001 11000000 1001011 100101 0 11001 11010010 111100 101111

Color Harmonies of #3079C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3079C0

Black with #3079C0

Text Example


Text Example

White with #3079C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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