Html Css Color HEX #3086BA Curious Blue

📋 copy color: '#3086BA'

red 48 ◦ green 134 ◦ blue 186

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

Shades of Curious Blue #3086BA

Tints of Curious Blue #3086BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.54%

R = 13.04%
G = 36.41%
B = 50.54%

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

#3086BA (or 0x3086BA) is known color: Curious Blue. HEX triplet: 30, 86 and BA. RGB value is (48,134,186). Sum of RGB (Red+Green+Blue) = 48+134+186=368 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.04% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #3086BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3086BA is #CF7945. Grayscale: #717171. Windows color (decimal): -13596998 or 12224048. OLE color: 12224048.

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

Color convert

RGB 48 134 186 -
CMYK 0.74 0.28 0 0.27
HSL 202.61º 0.59% 0.46% -
HSV(B) 202.61º 0.74% 0.73% -
XYZ 18.61 21.22 49.57 -
YUV 114.21 168.51 80.77 -
System Red Green Blue C M Y K H S L
Decimal 48 134 186 0.74 0.28 0 0.27 202.61 0.59 0.46
Hex 30 86 BA 4A 1C 0 1B CB 3B 2E
Octal 60 206 272 112 34 0 33 313 73 56
Binary 110000 10000110 10111010 1001010 11100 0 11011 11001011 111011 101110

Color Harmonies of #3086BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3086BA

Black with #3086BA

Text Example


Text Example

White with #3086BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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