Html Css Color HEX #3085BC Curious Blue

📋 copy color: '#3085BC'

red 48 ◦ green 133 ◦ blue 188

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

Shades of Curious Blue #3085BC

Tints of Curious Blue #3085BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.95%

R = 13.01%
G = 36.04%
B = 50.95%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3085BC (or 0x3085BC) is known color: Curious Blue. HEX triplet: 30, 85 and BC. RGB value is (48,133,188). Sum of RGB (Red+Green+Blue) = 48+133+188=369 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.01% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #3085BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3085BC is #CF7A43. Grayscale: #717171. Windows color (decimal): -13597252 or 12354864. OLE color: 12354864.

HSL color Cylindrical-coordinate representation of color #3085BC: hue angle of 203.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3085BC is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 133 188 -
CMYK 0.74 0.29 0 0.26
HSL 203.57º 0.59% 0.46% -
HSV(B) 203.57º 0.74% 0.74% -
XYZ 18.68 21.03 50.65 -
YUV 113.86 169.84 81.03 -
System Red Green Blue C M Y K H S L
Decimal 48 133 188 0.74 0.29 0 0.26 203.57 0.59 0.46
Hex 30 85 BC 4A 1D 0 1A CC 3B 2E
Octal 60 205 274 112 35 0 32 314 73 56
Binary 110000 10000101 10111100 1001010 11101 0 11010 11001100 111011 101110

Color Harmonies of #3085BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3085BC

Black with #3085BC

Text Example


Text Example

White with #3085BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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