Html Css Color HEX #3080B8 Curious Blue

📋 copy color: '#3080B8'

red 48 ◦ green 128 ◦ blue 184

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

Shades of Curious Blue #3080B8

Tints of Curious Blue #3080B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 51.11%

R = 13.33%
G = 35.56%
B = 51.11%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3080B8 (or 0x3080B8) is known color: Curious Blue. HEX triplet: 30, 80 and B8. RGB value is (48,128,184). Sum of RGB (Red+Green+Blue) = 48+128+184=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 184 (72.27% from 255 or 51.11% from 360); Max value from RGB is 184 - color contains mainly: blue. Hex color #3080B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3080B8 is #CF7F47. Grayscale: #6E6E6E. Windows color (decimal): -13598536 or 12091440. OLE color: 12091440.

HSL color Cylindrical-coordinate representation of color #3080B8: hue angle of 204.71º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3080B8 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 48 128 184 -
CMYK 0.74 0.30 0 0.28
HSL 204.71º 0.59% 0.45% -
HSV(B) 204.71º 0.74% 0.72% -
XYZ 17.59 19.53 48.19 -
YUV 110.46 169.5 83.45 -
System Red Green Blue C M Y K H S L
Decimal 48 128 184 0.74 0.30 0 0.28 204.71 0.59 0.45
Hex 30 80 B8 4A 1E 0 1C CD 3B 2D
Octal 60 200 270 112 36 0 34 315 73 55
Binary 110000 10000000 10111000 1001010 11110 0 11100 11001101 111011 101101

Color Harmonies of #3080B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3080B8

Black with #3080B8

Text Example


Text Example

White with #3080B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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