Html Css Color HEX #3086BB Curious Blue

📋 copy color: '#3086BB'

red 48 ◦ green 134 ◦ blue 187

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

Shades of Curious Blue #3086BB

Tints of Curious Blue #3086BB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.31%

 BLUE value IS 187 (73.44% from 255) = 50.68%

R = 13.01%
G = 36.31%
B = 50.68%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3086BB (or 0x3086BB) is known color: Curious Blue. HEX triplet: 30, 86 and BB. RGB value is (48,134,187). Sum of RGB (Red+Green+Blue) = 48+134+187=369 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.01% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #3086BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3086BB is #CF7944. Grayscale: #727272. Windows color (decimal): -13596997 or 12289584. OLE color: 12289584.

HSL color Cylindrical-coordinate representation of color #3086BB: hue angle of 202.88º 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 #3086BB is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 134 187 -
CMYK 0.74 0.28 0 0.27
HSL 202.88º 0.59% 0.46% -
HSV(B) 202.88º 0.74% 0.73% -
XYZ 18.71 21.27 50.13 -
YUV 114.33 169.01 80.69 -
System Red Green Blue C M Y K H S L
Decimal 48 134 187 0.74 0.28 0 0.27 202.88 0.59 0.46
Hex 30 86 BB 4A 1C 0 1B CB 3B 2E
Octal 60 206 273 112 34 0 33 313 73 56
Binary 110000 10000110 10111011 1001010 11100 0 11011 11001011 111011 101110

Color Harmonies of #3086BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3086BB

Black with #3086BB

Text Example


Text Example

White with #3086BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3086BB; }

 p { color: rgb(48,134,187); }

 H1.HeaderClassName
 {
   color: #3086BB;
 }
 .AnyTagClassName
 {
   color: #3086BB;
 }
</style>

background-color css

<style>
 a { background-color: #3086BB; }

 a { background-color: rgb(48,134,187); }

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

border-color css

<style>
 span { border-color: #3086BB; }

 span { border-color: rgb(48,134,187); }

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