Html Css Color HEX #3087BA Curious Blue

📋 copy color: '#3087BA'

red 48 ◦ green 135 ◦ blue 186

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

Shades of Curious Blue #3087BA

Tints of Curious Blue #3087BA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.59%

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

R = 13.01%
G = 36.59%
B = 50.41%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3087BA (or 0x3087BA) is known color: Curious Blue. HEX triplet: 30, 87 and BA. RGB value is (48,135,186). Sum of RGB (Red+Green+Blue) = 48+135+186=369 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.01% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #3087BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3087BA is #CF7845. Grayscale: #727272. Windows color (decimal): -13596742 or 12224304. OLE color: 12224304.

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

Color convert

RGB 48 135 186 -
CMYK 0.74 0.27 0 0.27
HSL 202.17º 0.59% 0.46% -
HSV(B) 202.17º 0.74% 0.73% -
XYZ 18.75 21.5 49.62 -
YUV 114.8 168.18 80.35 -
System Red Green Blue C M Y K H S L
Decimal 48 135 186 0.74 0.27 0 0.27 202.17 0.59 0.46
Hex 30 87 BA 4A 1B 0 1B CA 3B 2E
Octal 60 207 272 112 33 0 33 312 73 56
Binary 110000 10000111 10111010 1001010 11011 0 11011 11001010 111011 101110

Color Harmonies of #3087BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3087BA

Black with #3087BA

Text Example


Text Example

White with #3087BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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