Html Css Color HEX #3080B9 Curious Blue

📋 copy color: '#3080B9'

red 48 ◦ green 128 ◦ blue 185

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

Shades of Curious Blue #3080B9

Tints of Curious Blue #3080B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 51.25%

R = 13.3%
G = 35.46%
B = 51.25%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3080B9 (or 0x3080B9) is known color: Curious Blue. HEX triplet: 30, 80 and B9. RGB value is (48,128,185). Sum of RGB (Red+Green+Blue) = 48+128+185=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 185 (72.66% from 255 or 51.25% from 361); Max value from RGB is 185 - color contains mainly: blue. Hex color #3080B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3080B9 is #CF7F46. Grayscale: #6E6E6E. Windows color (decimal): -13598535 or 12156976. OLE color: 12156976.

HSL color Cylindrical-coordinate representation of color #3080B9: hue angle of 204.96º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3080B9 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 128 185 -
CMYK 0.74 0.31 0 0.27
HSL 204.96º 0.59% 0.46% -
HSV(B) 204.96º 0.74% 0.73% -
XYZ 17.7 19.57 48.74 -
YUV 110.58 170 83.37 -
System Red Green Blue C M Y K H S L
Decimal 48 128 185 0.74 0.31 0 0.27 204.96 0.59 0.46
Hex 30 80 B9 4A 1F 0 1B CD 3B 2E
Octal 60 200 271 112 37 0 33 315 73 56
Binary 110000 10000000 10111001 1001010 11111 0 11011 11001101 111011 101110

Color Harmonies of #3080B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3080B9

Black with #3080B9

Text Example


Text Example

White with #3080B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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