Html Css Color HEX #3087BF Curious Blue

📋 copy color: '#3087BF'

red 48 ◦ green 135 ◦ blue 191

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

Shades of Curious Blue #3087BF

Tints of Curious Blue #3087BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.07%

R = 12.83%
G = 36.1%
B = 51.07%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3087BF (or 0x3087BF) is known color: Curious Blue. HEX triplet: 30, 87 and BF. RGB value is (48,135,191). Sum of RGB (Red+Green+Blue) = 48+135+191=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #3087BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3087BF is #CF7840. Grayscale: #737373. Windows color (decimal): -13596737 or 12551984. OLE color: 12551984.

HSL color Cylindrical-coordinate representation of color #3087BF: hue angle of 203.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3087BF is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 135 191 -
CMYK 0.75 0.29 0 0.25
HSL 203.5º 0.6% 0.47% -
HSV(B) 203.5º 0.75% 0.75% -
XYZ 19.29 21.72 52.47 -
YUV 115.37 170.68 79.95 -
System Red Green Blue C M Y K H S L
Decimal 48 135 191 0.75 0.29 0 0.25 203.5 0.6 0.47
Hex 30 87 BF 4B 1D 0 19 CB 3C 2F
Octal 60 207 277 113 35 0 31 313 74 57
Binary 110000 10000111 10111111 1001011 11101 0 11001 11001011 111100 101111

Color Harmonies of #3087BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3087BF

Black with #3087BF

Text Example


Text Example

White with #3087BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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