Html Css Color HEX #3076CE Curious Blue

📋 copy color: '#3076CE'

red 48 ◦ green 118 ◦ blue 206

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

Shades of Curious Blue #3076CE

Tints of Curious Blue #3076CE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.72%

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

R = 12.9%
G = 31.72%
B = 55.38%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3076CE (or 0x3076CE) is known color: Curious Blue. HEX triplet: 30, 76 and CE. RGB value is (48,118,206). Sum of RGB (Red+Green+Blue) = 48+118+206=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #3076CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3076CE is #CF8931. Grayscale: #6A6A6A. Windows color (decimal): -13601074 or 13530672. OLE color: 13530672.

HSL color Cylindrical-coordinate representation of color #3076CE: hue angle of 213.42º 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 #3076CE is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 118 206 -
CMYK 0.77 0.43 0 0.19
HSL 213.42º 0.62% 0.5% -
HSV(B) 213.42º 0.77% 0.81% -
XYZ 18.84 18.04 60.88 -
YUV 107.1 183.81 85.84 -
System Red Green Blue C M Y K H S L
Decimal 48 118 206 0.77 0.43 0 0.19 213.42 0.62 0.5
Hex 30 76 CE 4D 2B 0 13 D5 3E 32
Octal 60 166 316 115 53 0 23 325 76 62
Binary 110000 1110110 11001110 1001101 101011 0 10011 11010101 111110 110010

Color Harmonies of #3076CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3076CE

Black with #3076CE

Text Example


Text Example

White with #3076CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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