Html Css Color HEX #3085BF Curious Blue

📋 copy color: '#3085BF'

red 48 ◦ green 133 ◦ blue 191

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

Shades of Curious Blue #3085BF

Tints of Curious Blue #3085BF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.75%

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

R = 12.9%
G = 35.75%
B = 51.34%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3085BF (or 0x3085BF) is known color: Curious Blue. HEX triplet: 30, 85 and BF. RGB value is (48,133,191). Sum of RGB (Red+Green+Blue) = 48+133+191=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #3085BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3085BF is #CF7A40. Grayscale: #717171. Windows color (decimal): -13597249 or 12551472. OLE color: 12551472.

HSL color Cylindrical-coordinate representation of color #3085BF: hue angle of 204.34º 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 #3085BF is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 133 191 -
CMYK 0.75 0.30 0 0.25
HSL 204.34º 0.6% 0.47% -
HSV(B) 204.34º 0.75% 0.75% -
XYZ 19.01 21.17 52.37 -
YUV 114.2 171.34 80.78 -
System Red Green Blue C M Y K H S L
Decimal 48 133 191 0.75 0.30 0 0.25 204.34 0.6 0.47
Hex 30 85 BF 4B 1E 0 19 CC 3C 2F
Octal 60 205 277 113 36 0 31 314 74 57
Binary 110000 10000101 10111111 1001011 11110 0 11001 11001100 111100 101111

Color Harmonies of #3085BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3085BF

Black with #3085BF

Text Example


Text Example

White with #3085BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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