Html Css Color HEX #3085BE Curious Blue

📋 copy color: '#3085BE'

red 48 ◦ green 133 ◦ blue 190

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

Shades of Curious Blue #3085BE

Tints of Curious Blue #3085BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.21%

R = 12.94%
G = 35.85%
B = 51.21%

CMYK

 C value IS 0.75

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3085BE (or 0x3085BE) is known color: Curious Blue. HEX triplet: 30, 85 and BE. RGB value is (48,133,190). Sum of RGB (Red+Green+Blue) = 48+133+190=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #3085BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3085BE is #CF7A41. Grayscale: #717171. Windows color (decimal): -13597250 or 12485936. OLE color: 12485936.

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

Color convert

RGB 48 133 190 -
CMYK 0.75 0.3 0 0.25
HSL 204.08º 0.6% 0.47% -
HSV(B) 204.08º 0.75% 0.75% -
XYZ 18.9 21.12 51.8 -
YUV 114.08 170.84 80.87 -
System Red Green Blue C M Y K H S L
Decimal 48 133 190 0.75 0.3 0 0.25 204.08 0.6 0.47
Hex 30 85 BE 4B 1E 0 19 CC 3C 2F
Octal 60 205 276 113 36 0 31 314 74 57
Binary 110000 10000101 10111110 1001011 11110 0 11001 11001100 111100 101111

Color Harmonies of #3085BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3085BE

Black with #3085BE

Text Example


Text Example

White with #3085BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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