Html Css Color HEX #3485BE Curious Blue

📋 copy color: '#3485BE'

red 52 ◦ green 133 ◦ blue 190

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

Shades of Curious Blue #3485BE

Tints of Curious Blue #3485BE

RGB

 RED value IS 52 (20.7% from 255) = 13.87%

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

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

R = 13.87%
G = 35.47%
B = 50.67%

CMYK

 C value IS 0.73

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3485BE (or 0x3485BE) is known color: Curious Blue. HEX triplet: 34, 85 and BE. RGB value is (52,133,190). Sum of RGB (Red+Green+Blue) = 52+133+190=375 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.87% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #3485BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3485BE is #CB7A41. Grayscale: #727272. Windows color (decimal): -13335106 or 12485940. OLE color: 12485940.

HSL color Cylindrical-coordinate representation of color #3485BE: hue angle of 204.78º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3485BE is Cyan = 0.73, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 133 190 -
CMYK 0.73 0.3 0 0.25
HSL 204.78º 0.57% 0.47% -
HSV(B) 204.78º 0.73% 0.75% -
XYZ 19.1 21.22 51.81 -
YUV 115.28 170.16 82.87 -
System Red Green Blue C M Y K H S L
Decimal 52 133 190 0.73 0.3 0 0.25 204.78 0.57 0.47
Hex 34 85 BE 49 1E 0 19 CD 39 2F
Octal 64 205 276 111 36 0 31 315 71 57
Binary 110100 10000101 10111110 1001001 11110 0 11001 11001101 111001 101111

Color Harmonies of #3485BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3485BE

Black with #3485BE

Text Example


Text Example

White with #3485BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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