Html Css Color HEX #3079CE Curious Blue

📋 copy color: '#3079CE'

red 48 ◦ green 121 ◦ blue 206

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

Shades of Curious Blue #3079CE

Tints of Curious Blue #3079CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.93%

R = 12.8%
G = 32.27%
B = 54.93%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3079CE (or 0x3079CE) is known color: Curious Blue. HEX triplet: 30, 79 and CE. RGB value is (48,121,206). Sum of RGB (Red+Green+Blue) = 48+121+206=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #3079CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3079CE is #CF8631. Grayscale: #6C6C6C. Windows color (decimal): -13600306 or 13531440. OLE color: 13531440.

HSL color Cylindrical-coordinate representation of color #3079CE: hue angle of 212.28º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3079CE is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 121 206 -
CMYK 0.77 0.41 0 0.19
HSL 212.28º 0.62% 0.5% -
HSV(B) 212.28º 0.77% 0.81% -
XYZ 19.2 18.76 61 -
YUV 108.86 182.82 84.59 -
System Red Green Blue C M Y K H S L
Decimal 48 121 206 0.77 0.41 0 0.19 212.28 0.62 0.5
Hex 30 79 CE 4D 29 0 13 D4 3E 32
Octal 60 171 316 115 51 0 23 324 76 62
Binary 110000 1111001 11001110 1001101 101001 0 10011 11010100 111110 110010

Color Harmonies of #3079CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3079CE

Black with #3079CE

Text Example


Text Example

White with #3079CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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