Html Css Color HEX #3080BF Curious Blue

📋 copy color: '#3080BF'

red 48 ◦ green 128 ◦ blue 191

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

Shades of Curious Blue #3080BF

Tints of Curious Blue #3080BF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.88%

 BLUE value IS 191 (75% from 255) = 52.04%

R = 13.08%
G = 34.88%
B = 52.04%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3080BF (or 0x3080BF) is known color: Curious Blue. HEX triplet: 30, 80 and BF. RGB value is (48,128,191). Sum of RGB (Red+Green+Blue) = 48+128+191=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #3080BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3080BF is #CF7F40. Grayscale: #6E6E6E. Windows color (decimal): -13598529 or 12550192. OLE color: 12550192.

HSL color Cylindrical-coordinate representation of color #3080BF: hue angle of 206.43º 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 #3080BF is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 128 191 -
CMYK 0.75 0.33 0 0.25
HSL 206.43º 0.6% 0.47% -
HSV(B) 206.43º 0.75% 0.75% -
XYZ 18.34 19.83 52.15 -
YUV 111.26 173 82.88 -
System Red Green Blue C M Y K H S L
Decimal 48 128 191 0.75 0.33 0 0.25 206.43 0.6 0.47
Hex 30 80 BF 4B 21 0 19 CE 3C 2F
Octal 60 200 277 113 41 0 31 316 74 57
Binary 110000 10000000 10111111 1001011 100001 0 11001 11001110 111100 101111

Color Harmonies of #3080BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3080BF

Black with #3080BF

Text Example


Text Example

White with #3080BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3080BF; }

 p { color: rgb(48,128,191); }

 H1.HeaderClassName
 {
   color: #3080BF;
 }
 .AnyTagClassName
 {
   color: #3080BF;
 }
</style>

background-color css

<style>
 a { background-color: #3080BF; }

 a { background-color: rgb(48,128,191); }

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

border-color css

<style>
 span { border-color: #3080BF; }

 span { border-color: rgb(48,128,191); }

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