Html Css Color HEX #3082BC Curious Blue

📋 copy color: '#3082BC'

red 48 ◦ green 130 ◦ blue 188

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

Shades of Curious Blue #3082BC

Tints of Curious Blue #3082BC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.52%

 BLUE value IS 188 (73.83% from 255) = 51.37%

R = 13.11%
G = 35.52%
B = 51.37%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3082BC (or 0x3082BC) is known color: Curious Blue. HEX triplet: 30, 82 and BC. RGB value is (48,130,188). Sum of RGB (Red+Green+Blue) = 48+130+188=366 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.11% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #3082BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3082BC is #CF7D43. Grayscale: #6F6F6F. Windows color (decimal): -13598020 or 12354096. OLE color: 12354096.

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

Color convert

RGB 48 130 188 -
CMYK 0.74 0.31 0 0.26
HSL 204.86º 0.59% 0.46% -
HSV(B) 204.86º 0.74% 0.74% -
XYZ 18.28 20.22 50.52 -
YUV 112.09 170.83 82.28 -
System Red Green Blue C M Y K H S L
Decimal 48 130 188 0.74 0.31 0 0.26 204.86 0.59 0.46
Hex 30 82 BC 4A 1F 0 1A CD 3B 2E
Octal 60 202 274 112 37 0 32 315 73 56
Binary 110000 10000010 10111100 1001010 11111 0 11010 11001101 111011 101110

Color Harmonies of #3082BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3082BC

Black with #3082BC

Text Example


Text Example

White with #3082BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3082BC; }

 p { color: rgb(48,130,188); }

 H1.HeaderClassName
 {
   color: #3082BC;
 }
 .AnyTagClassName
 {
   color: #3082BC;
 }
</style>

background-color css

<style>
 a { background-color: #3082BC; }

 a { background-color: rgb(48,130,188); }

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

border-color css

<style>
 span { border-color: #3082BC; }

 span { border-color: rgb(48,130,188); }

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